Condition Coverage

blib/lib/Test/Stream/Plugin/ExitSummary.pm
Criterion Covered Total %
condition 16 18 88.8


and 3 conditions

line !l l&&!r l&&r condition
21 92 4 0 not $count and !$plan || $plan ne 'SKIP'
22 4 91 1 $count and not $plan
28 2 2 92 $plan and $plan =~ /^\d+$/
4 0 92 $plan and $plan =~ /^\d+$/ and defined $count
2 91 1 $plan and $plan =~ /^\d+$/ and defined $count and $count != $plan

or 3 conditions

line l !l&&r !l&&!r condition
21 1 1 2 !$plan || $plan ne 'SKIP'