| blib/lib/Net/FTP/Path/Iter/Dir.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 18 | 44.4 |
| line | true | false | branch |
|---|---|---|---|
| 40 | 4 | 9 | if ($entry->{'type'} eq 'd') { } |
| 9 | 0 | elsif ($entry->{'type'} eq 'f') { } | |
| 71 | 0 | 1 | if $self->_has_attrs |
| 79 | 0 | 1 | unless $server->cwd($self->path) |
| 91 | 0 | 1 | if ($pwd ne $server->pwd) { } |
| 97 | 0 | 0 | unless $entry |
| 101 | 0 | 0 | unless $entry->{'type'} eq "d" |
| 122 | 0 | 1 | unless $server->cwd($pwd) |
| 125 | 0 | 1 | if defined $err |