File Coverage

blib/lib/custom/failures.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1 1     1   31894 use 5.008001;
  1         3  
  1         30  
2 1     1   4 use strict;
  1         2  
  1         22  
3 1     1   3 use warnings;
  1         1  
  1         49  
4              
5             package custom::failures;
6             # ABSTRACT: Minimalist, customized exception hierarchy generator
7             our $VERSION = '0.004'; # VERSION
8              
9 1     1   711 use parent 'failures';
  1         331  
  1         7  
10              
11             1;
12              
13              
14             # vim: ts=4 sts=4 sw=4 et:
15              
16             __END__