Condition Coverage

blib/lib/File/DirCompare.pm
Criterion Covered Total %
condition 15 21 71.4


and 3 conditions

line !l l&&!r l&&r condition
38 10 0 1 $$opts{'cmp'} && ref $$opts{'cmp'} eq 'CODE'
39 10 0 1 $$opts{'matches'} and ref $$opts{'matches'} eq 'CODE'
57 34 0 4 -l $f1 and -l $f2
25 6 3 -d $f1 and -d $f2
101 4 4 0 $opts and ref $opts ne 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 34 -l $f1 or -l $f2
6 6 19 -d $f1 or -d $f2