File Coverage

blib/lib/Math/Float128/Constant.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 0 1 0.0
total 10 11 90.9


line stmt bran cond sub pod time code
1              
2             package Math::Float128::Constant;
3 23     23   121 use strict;
  23         42  
  23         533  
4 23     23   93 use warnings;
  23         31  
  23         2747  
5              
6             require Exporter;
7             *import = \&Exporter::import;
8             require DynaLoader;
9              
10             our $VERSION = '0.15';
11             #$VERSION = eval $VERSION;
12             Math::Float128::Constant->DynaLoader::bootstrap($VERSION);
13              
14             @Math::Float128::Constant::EXPORT = ();
15             @Math::Float128::Constant::EXPORT_OK = ();
16              
17 23     23 0 3649 sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking
18              
19             1;