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
240 0 0 5 $yaml and $$yaml{'no_index'}
256 360 0 8 $$rule{'directory'}{$relpath} || $$rule{'directory'}{$absname} and -d $absname
259 358 0 2 $$rule{'file'}{$relpath} || $$rule{'file'}{$absname} and -f $absname

or 3 conditions

line l !l&&r !l&&!r condition
256 8 0 360 $$rule{'directory'}{$relpath} || $$rule{'directory'}{$absname}
259 1 1 358 $$rule{'file'}{$relpath} || $$rule{'file'}{$absname}