Condition Coverage

blib/lib/Net/FTP/Find/Mixin.pm
Criterion Covered Total %
condition 1 39 2.5


and 3 conditions

line !l l&&!r l&&r condition
102 0 0 0 defined $$opts{'max_depth'} and $depth > $$opts{'max_depth'}
178 0 0 0 $_ eq '.' and $depth != 0
186 0 0 0 $$opts{'no_chdir'} and $depth != 0
196 0 0 0 $type eq 'f' and $$opts{'fetch_mtime'}
203 0 0 0 $is_directory and $$opts{'bydepth'}
212 0 0 0 not $$opts{'no_chdir'} and $depth == 0
226 0 0 0 $is_directory and not $$opts{'bydepth'}
394 0 0 0 $directory ne '.' and $directory ne '..'
398 0 0 0 $$opts{'use_mlsd'} and defined(my $res = _data_command($self, 'MLSD', $directory))
461 0 0 0 @$dir and not @parsed

or 2 conditions

line l !l condition
19 1 0 shift() || 'Net::FTP'
175 0 0 $$e{'mlsd_facts'} || undef
416 0 0 $data{'size'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
208 0 0 0 not defined $$opts{'min_depth'} or $depth > $$opts{'min_depth'}