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 719 8 12 not $count and $plan
727 0 12 not $count and $plan and $plan =~ /^SKIP$/
34 1 2 699 $count && $plan
25 699 3 $ended and not $count && $plan
37 25 0 699 $plan and $plan =~ /^\d+$/
80 353 2 1 $self->{'_plan'} and not $self->{'_plan'} =~ /^NO PLAN$/

or 2 conditions

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