File Coverage

blib/lib/Func/Util.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 1 1 100.0
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Func::Util;
2              
3 53     53   5093627 use strict;
  53         125  
  53         1718  
4 53     53   453 use warnings;
  53         99  
  53         3272  
5             our $VERSION = '0.04';
6              
7 53     53   280 use DynaLoader;
  53         107  
  53         4309  
8             our @ISA = ('DynaLoader');
9 53     53 1 37136 sub dl_load_flags { 0x01 }
10             __PACKAGE__->bootstrap($VERSION);
11             1;
12              
13             __END__