File Coverage

blib/lib/Helios/Error/Fatal.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             package Helios::Error::Fatal;
2              
3 1     1   711 use 5.008;
  1         2  
  1         30  
4 1     1   4 use strict;
  1         0  
  1         21  
5 1     1   4 use warnings;
  1         2  
  1         20  
6 1     1   3 use base qw(Helios::Error::BaseError);
  1         1  
  1         81  
7              
8             our $VERSION = '2.811_4150';
9              
10             # 2011-12-18: Changed base class from Error::Simple to Helios::Error::BaseError.
11             # [2014-10-10] [LH]: Added 5.008, strict, and warnings pragmas for Kwalitee
12             # ratings.
13              
14              
15             1;
16             __END__;