File Coverage

blib/lib/Test/Unit/Failure.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Test::Unit::Failure;
2 2     2   10 use strict;
  2         4  
  2         159  
3 2     2   11 use base qw(Test::Unit::Exception);
  2         4  
  2         164  
4              
5             1;
6             __END__