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   654603 use 5.038;
  8         27  
4 8     8   35 use strict;
  8         40  
  8         142  
5 8     8   26 use warnings;
  8         10  
  8         716  
6              
7             our $VERSION = '0.02';
8              
9             require XSLoader;
10             XSLoader::load('Infix::Custom', $VERSION);
11              
12             1;
13              
14             __END__