File Coverage

blib/lib/Acme/Math/XS/LeanDist.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Acme::Math::XS::LeanDist;
2              
3             our $VERSION = '0.100';
4              
5             require Exporter;
6 1     1   15543 use base 'Exporter';
  1         1  
  1         409  
7             our @EXPORT = qw(add subtract);
8              
9             # Commented out for distribution by Inline::Module::LeanDist
10             #use Inline::Module::LeanDist C => 'DATA';
11              
12             # XSLoader added for distribution by Inline::Module::LeanDist:
13             require XSLoader; XSLoader::load(__PACKAGE__, $VERSION);
14              
15              
16              
17             1;
18              
19              
20             __DATA__