File Coverage

blib/lib/Const/XS.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 Const::XS;
2              
3 10     10   570006 use 5.006;
  10         36  
4              
5 10     10   71 use strict;
  10         25  
  10         340  
6 10     10   83 use warnings;
  10         28  
  10         1062  
7              
8             our $VERSION = '1.04';
9              
10             require XSLoader;
11             XSLoader::load("Const::XS", $VERSION);
12              
13             1;
14              
15             __END__