File Coverage

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 2     2   1315 use warnings;
  2         12  
  2         81  
4 2     2   12 use strict;
  2         3  
  2         424  
5              
6             require Exporter;
7             *import = \&Exporter::import;
8             require DynaLoader;
9              
10             our $VERSION = '0.02';
11             #$VERSION = eval $VERSION;
12             DynaLoader::bootstrap Math::Ryu $VERSION;
13              
14             @Math::Ryu::EXPORT = ();
15             @Math::Ryu::EXPORT_OK = qw(
16             d2s_buffered_n d2s_buffered d2s d2fixed_buffered_n d2fixed_buffered
17             d2fixed d2fixed d2exp_buffered_n d2exp_buffered d2exp
18             );
19              
20             %Math::Ryu::EXPORT_TAGS = (all => [qw(
21             d2s_buffered_n d2s_buffered d2s d2fixed_buffered_n d2fixed_buffered
22             d2fixed d2fixed d2exp_buffered_n d2exp_buffered d2exp
23             )]);
24              
25 2     2 0 820 sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking
26              
27             1;