File Coverage

/root/.cpan/build/Math-Ryu-0.03-0/blib/lib/Math/Ryu.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             ## This file generated by InlineX::C2XS (version 0.26) using Inline::C (version 0.79_001)
2             package Math::Ryu;
3 3     3   1555 use warnings;
  3         25  
  3         99  
4 3     3   16 use strict;
  3         6  
  3         460  
5              
6             require Exporter;
7             *import = \&Exporter::import;
8             require DynaLoader;
9              
10             our $VERSION = '0.03';
11             #$VERSION = eval $VERSION;
12             DynaLoader::bootstrap Math::Ryu $VERSION;
13              
14             @Math::Ryu::EXPORT = ();
15             @Math::Ryu::EXPORT_OK = qw(
16             d2s s2d
17             d2s_buffered_n d2s_buffered d2fixed_buffered_n d2fixed_buffered
18             d2fixed d2fixed d2exp_buffered_n d2exp_buffered d2exp
19             );
20              
21             %Math::Ryu::EXPORT_TAGS = (all => [qw(
22             d2s s2d
23             d2s_buffered_n d2s_buffered d2fixed_buffered_n d2fixed_buffered
24             d2fixed d2fixed d2exp_buffered_n d2exp_buffered d2exp
25             )]);
26              
27 3     3 0 747 sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking
28              
29             1;