Condition Coverage

blib/lib/Perl/Critic/Policy/ControlStructures/ProhibitInlineDo.pm
Criterion Covered Total %
condition 7 10 70.0


and 3 conditions

line !l l&&!r l&&r condition
42 1 3 10 $next and $next->isa("PPI::Structure::Block")

or 2 conditions

line l !l condition
27 7 0 $L->location // []
28 7 0 $R->location // []

or 3 conditions

line l !l&&r !l&&!r condition
31 0 4 3 $ll[0] <=> $rr[0] || $ll[1] <=> $rr[1]