Condition Coverage

blib/lib/Data/Format/Pretty/Perl.pm
Criterion Covered Total %
condition 5 13 38.4


or 2 conditions

line l !l condition
20 1 0 $opts //= {}
24 0 1 ($$opts{'linum'} // $ENV{'LINUM'}) // 0

or 3 conditions

line l !l&&r !l&&!r condition
23 0 0 1 $$opts{'color'} // $ENV{'COLOR'}
0 0 1 ($$opts{'color'} // $ENV{'COLOR'}) // $interactive
24 0 0 1 $$opts{'linum'} // $ENV{'LINUM'}