Branch Coverage

blib/lib/Net/FTP/Path/Iter/Entry.pm
Criterion Covered Total %
branch 16 26 61.5


line true false branch
41 1 13 unless $self->_has_attrs
50 0 33 unless $self->_has_attrs
53 14 19 if ($op eq 'd') { }
0 19 elsif ($op eq 'f') { }
0 19 elsif ($op eq 's') { }
0 19 elsif ($op eq 'z') { }
5 14 elsif ($op eq 'r') { }
0 14 elsif ($op eq 'R') { }
14 0 elsif ($op eq 'l') { }
86 0 5 unless $server->cwd($path)
89 0 5 unless my $listing = $server->dir(".")
106 0 5 unless $server->cwd($pwd)
109 0 5 if $err