Condition Coverage

blib/lib/Devel/InPackage.pm
Criterion Covered Total %
condition 3 15 20.0


and 3 conditions

line !l l&&!r l&&r condition
46 0 0 0 $args{'file'} && read_file($args{'file'})

or 3 conditions

line l !l&&r !l&&!r condition
25 23 0 0 delete $args{'line'} || confess('need line')
46 23 0 0 $args{'code'} // $args{'file'} && read_file($args{'file'})
0 0 0 ($args{'code'} // $args{'file'} && read_file($args{'file'})) // confess('Need "file" or "code"')
50 23 0 0 $args{'callback'} // confess('Need "callback"')