File Coverage

blib/lib/List/Uniqnum.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 List::Uniqnum;
3 2     2   69063 use warnings;
  2         10  
  2         66  
4 2     2   10 use strict;
  2         3  
  2         323  
5            
6             require Exporter;
7             *import = \&Exporter::import;
8             require DynaLoader;
9            
10             our $VERSION = '0.09';
11             $VERSION = eval $VERSION;
12             DynaLoader::bootstrap List::Uniqnum $VERSION;
13            
14             @List::Uniqnum::EXPORT = ();
15             @List::Uniqnum::EXPORT_OK = qw(
16             uniqnum
17             );
18            
19             %List::Uniqnum::EXPORT_TAGS = (all => [qw(
20             uniqnum
21             )]);
22            
23 2     2 0 416 sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking
24            
25             1;
26            
27             __END__