File Coverage

blib/lib/Infix/Custom.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 Infix::Custom;
2              
3 8     8   709311 use 5.038;
  8         24  
4 8     8   32 use strict;
  8         34  
  8         142  
5 8     8   23 use warnings;
  8         11  
  8         720  
6              
7             our $VERSION = '0.01';
8              
9             require XSLoader;
10             XSLoader::load('Infix::Custom', $VERSION);
11              
12             1;
13              
14             __END__