Condition Coverage

blib/lib/Test/Stream/State.pm
Criterion Covered Total %
condition 18 20 90.0


and 3 conditions

line !l l&&!r l&&r condition
32 716 8 12 not $count and $plan
724 0 12 not $count and $plan and $plan =~ /^SKIP$/
34 1 2 696 $count && $plan
25 696 3 $ended and not $count && $plan
37 25 0 696 $plan and $plan =~ /^\d+$/
80 352 2 1 $self->{'_plan'} and not $self->{'_plan'} =~ /^NO PLAN$/

or 2 conditions

line l !l condition
25 737 77 $self->{'_passing'} || (return 0)