Branch Coverage

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


line true false branch
15 1 6 if $self->{'begin'}
36 1 11 if ($ENV{'TEST_ST_ONLY'} and $ENV{'TEST_ST_ONLY'} ne $description)
45 2 9 if $self->{'setup'}
57 2 9 if $self->{'teardown'}
59 3 8 if ($exception_while_running_block)
68 1 6 if $self->{'end'}