Condition Coverage

blib/lib/File/Find/Rule/Perl.pm
Criterion Covered Total %
condition 10 15 66.6


and 3 conditions

line !l l&&!r l&&r condition
242 0 0 5 $yaml and $$yaml{'no_index'}
258 392 0 16 $$rule{'directory'}{$relpath} || $$rule{'directory'}{$absname} and -d $absname
261 390 0 2 $$rule{'file'}{$relpath} || $$rule{'file'}{$absname} and -f $absname

or 3 conditions

line l !l&&r !l&&!r condition
258 16 0 392 $$rule{'directory'}{$relpath} || $$rule{'directory'}{$absname}
261 1 1 390 $$rule{'file'}{$relpath} || $$rule{'file'}{$absname}