File Coverage

blib/lib/Test/Unit/Failure.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 10 100.0


line stmt bran cond sub pod time code
1             package Test::Unit::Failure;
2             BEGIN {
3 2     2   49 $Test::Unit::Failure::VERSION = '0.25_1325'; # added by dist-tools/SetVersion.pl
4             }
5 2     2   13 use strict;
  2         6  
  2         90  
6 2     2   12 use base qw(Test::Unit::Exception);
  2         3  
  2         162  
7              
8             1;
9             __END__