File Coverage

blib/lib/Eshu.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Eshu;
2              
3 78     78   7773687 use 5.008003;
  78         258  
4 78     78   438 use strict;
  78         146  
  78         2164  
5 78     78   364 use warnings;
  78         128  
  78         7805  
6              
7             our $VERSION = '0.04';
8              
9             require XSLoader;
10             XSLoader::load('Eshu', $VERSION);
11              
12             1;
13              
14             __END__