File Coverage

blib/lib/Legba.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Legba;
2              
3 7     7   1043013 use strict;
  7         14  
  7         277  
4 7     7   31 use warnings;
  7         12  
  7         830  
5              
6             our $VERSION = '0.01';
7              
8             require XSLoader;
9             XSLoader::load('Legba', $VERSION);
10              
11             # import() is implemented in XS for speed
12              
13             1;
14              
15             __END__