Branch Coverage

blib/lib/Test/SetupTeardown.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
29 1 9 if ($ENV{'TEST_ST_ONLY'} and $ENV{'TEST_ST_ONLY'} ne $description)
40 2 7 if $$self{'setup'}
50 3 6 if ($@)
58 2 7 if $$self{'teardown'}
60 3 6 if ($exception_while_running_block)