Condition Coverage

blib/lib/Test/Functional.pm
Criterion Covered Total %
condition 7 21 33.3


and 3 conditions

line !l l&&!r l&&r condition
207 373 0 0 $pre and not $ok
373 0 0 $pre and not $ok and @STACK
208 373 0 0 not $ok and $pre
209 373 0 0 not $ok and $FASTOUT
219 342 0 0 not $ok and $failmsg
260 0 0 0 $@ and @STACK

or 3 conditions

line l !l&&r !l&&!r condition
318 10 0 8 ref $got eq $type || blessed $got && $got->isa($type)