File Coverage

/root/.cpan/build/Math-Ryu-0.04-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   1324 use warnings;
  3         25  
  3         91  
4 3     3   17 use strict;
  3         4  
  3         398  
5              
6             require Exporter;
7             *import = \&Exporter::import;
8             require DynaLoader;
9              
10             our $VERSION = '0.04';
11             #$VERSION = eval $VERSION;
12             DynaLoader::bootstrap Math::Ryu $VERSION;
13              
14             my @tagged = qw(
15             d2s s2d
16             d2s_buffered_n d2s_buffered d2fixed_buffered_n d2fixed_buffered
17             d2fixed d2fixed d2exp_buffered_n d2exp_buffered d2exp
18             );
19              
20             @Math::Ryu::EXPORT = ();
21             @Math::Ryu::EXPORT_OK = @tagged;
22             %Math::Ryu::EXPORT_TAGS = (all => \@tagged);
23              
24 3     3 0 717 sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking
25              
26             1;