Branch Coverage

blib/lib/Test/Mini/TestCase.pm
Criterion Covered Total %
branch 15 18 83.3


line true false branch
35 2 116 if eval { do { $_[0]->isa('Test::Mini::Exception') } }
44 116 0 if ($me->{'subroutine'} eq 'Test::Mini::TestCase::__ANON__')
56 1 50 unless count_assertions()
59 4 50 if ($e = 'Exception::Class'->caught)
62 1 3 if ($e = 'Exception::Class'->caught('Test::Mini::Exception::Skip')) { }
1 2 elsif ($e = 'Exception::Class'->caught('Test::Mini::Exception::Assert')) { }
2 0 elsif ($e = 'Exception::Class'->caught('Test::Mini::Exception')) { }
75 50 4 if $self->{'passed'}
77 0 54 if ($e = 'Exception::Class'->caught)