Condition Coverage

blib/lib/Test/Fatal.pm
Criterion Covered Total %
condition 9 15 60.0


or 3 conditions

line l !l&&r !l&&!r condition
165 4 1 0 $_ or ref $_
228 2 1 0 $Tester ||= "Test::Builder"->new
234 2 1 0 $name ||= $tap_pos != $Tester->current_test ? "...and code should throw an exception" : "code should throw an exception"
248 3 0 0 $Tester ||= "Test::Builder"->new
254 2 1 0 $name ||= $tap_pos != $Tester->current_test ? "...and code should not throw an exception" : "code should not throw an exception"