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 75     75   8100756 use 5.008003;
  75         268  
4 75     75   459 use strict;
  75         174  
  75         2573  
5 75     75   401 use warnings;
  75         161  
  75         8569  
6              
7             our $VERSION = '0.03';
8              
9             require XSLoader;
10             XSLoader::load('Eshu', $VERSION);
11              
12             1;
13              
14             __END__