| blib/lib/Net/FTPServer/Full/FileHandle.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 119 | 0 | 0 | unless defined $dev |
| 130 | 0 | 0 | -c _ ? : |
| 0 | 0 | -b _ ? : | |
| 0 | 0 | -S _ ? : | |
| 0 | 0 | -p _ ? : | |
| 0 | 0 | -l _ ? : | |
| 0 | 0 | -d _ ? : | |
| 0 | 0 | -f _ ? : | |
| 163 | 0 | 0 | if $filename =~ m[/] |
| 167 | 0 | 0 | unless rename $self->{'_pathname'}, $new_name |
| 186 | 0 | 0 | unless unlink $self->{'_pathname'} |