File Coverage

blib/lib/Class/Value/Exception/Base.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   690 use 5.008;
  1         5  
  1         39  
2 1     1   6 use strict;
  1         1  
  1         29  
3 1     1   6 use warnings;
  1         2  
  1         63  
4              
5             package Class::Value::Exception::Base;
6             our $VERSION = '1.100840';
7             # ABSTRACT: Base class for value exceptions
8              
9 1     1   5 use parent qw(Error::Hierarchy);
  1         1  
  1         6  
10             1;
11              
12              
13             __END__