Condition Coverage

blib/lib/filename.pm
Criterion Covered Total %
condition 7 13 53.8


and 3 conditions

line !l l&&!r l&&r condition
17 0 0 18 eval { do { $_[0]->isa('filename') } } and shift()
25 8 0 0 $^V < v5.17.0 and not -r $filename
30 8 0 0 $^V < v5.17.0 and not -r _

or 2 conditions

line l !l condition
26 3 5 do $filename || &$error($filename)
33 3 5 $result || &$error($filename, $fullpath)