File Coverage

blib/lib/Basic/Coercion/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 Basic::Coercion::XS;
2              
3 4     4   489705 use 5.006;
  4         15  
4 4     4   23 use strict;
  4         8  
  4         149  
5 4     4   19 use warnings;
  4         17  
  4         491  
6             our $VERSION = '0.08';
7              
8             require XSLoader;
9             XSLoader::load("Basic::Coercion::XS", $VERSION);
10              
11             __END__