File Coverage

blib/lib/Helios/Error/LoggingError.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Helios::Error::LoggingError;
2              
3 1     1   1017 use 5.008;
  1         4  
4 1     1   5 use strict;
  1         2  
  1         27  
5 1     1   6 use warnings;
  1         1  
  1         37  
6 1     1   6 use base qw(Helios::Error::BaseError);
  1         1  
  1         102  
7              
8             our $VERSION = '2.82';
9              
10             1;
11             __END__;