Condition Coverage

blib/lib/Test2/Plugin/ExitSummary.pm
Criterion Covered Total %
condition 17 18 94.4


and 3 conditions

line !l l&&!r l&&r condition
25 101 7 2 not $count and !$plan || $plan ne 'SKIP'
26 9 100 1 $count and not $plan
32 2 7 101 $plan and $plan =~ /^[0-9]+$/
9 0 101 $plan and $plan =~ /^[0-9]+$/ and defined $count
7 100 1 $plan and $plan =~ /^[0-9]+$/ and defined $count and $count != $plan

or 3 conditions

line l !l&&r !l&&!r condition
25 1 1 7 !$plan || $plan ne 'SKIP'