Condition Coverage

blib/lib/Test/Portability/Files.pm
Criterion Covered Total %
condition 10 18 55.5


and 3 conditions

line !l l&&!r l&&r condition
187 2 1 42 length $file_name <= 39 and length $file_ext <= 40
193 5 2 7 length $file_name <= 8 and length $file_ext <= 4
198 0 44 1 not $lc_names{$file} and $lc_names{lc $file}
214 44 0 1 -d $file and tr/.// > 0

or 3 conditions

line l !l&&r !l&&!r condition
115 0 0 0 $_ eq 'File::Spec'->curdir or $_ eq 'pm_to_blib'
119 0 0 0 $firstdir eq 'blib' or $firstdir eq '_build'