File Coverage

blib/lib/Basic/Types/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::Types::XS;
2              
3 20     20   2359300 use 5.006;
  20         82  
4 20     20   123 use strict;
  20         125  
  20         701  
5 20     20   118 use warnings;
  20         91  
  20         3529  
6              
7             our $VERSION = '0.11';
8              
9             require XSLoader;
10             XSLoader::load("Basic::Types::XS", $VERSION);
11              
12             1;
13              
14             __END__