File Coverage

blib/lib/ACME/Error/31337.pm
Criterion Covered Total %
statement 12 13 92.3
branch n/a
condition n/a
subroutine 4 5 80.0
pod n/a
total 16 18 88.8


line stmt bran cond sub pod time code
1             package ACME::Error::31337;
2              
3 1     1   840 use strict;
  1         2  
  1         44  
4 1     1   4 no strict 'refs';
  1         2  
  1         27  
5              
6 1     1   5 use vars q[$VERSION];
  1         5  
  1         70  
7             $VERSION = '0.01';
8              
9 1     1   942 use Lingua::31337 qw[text231337];
  1         880  
  1         139  
10              
11             *die_handler = *warn_handler = sub {
12 0     0     return text231337 @_;
13             };
14              
15             1;
16             __END__