File Coverage

blib/lib/XS/MagicExt.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package XS::MagicExt;
2              
3 1     1   52898 use 5.008_001;
  1         4  
  1         38  
4 1     1   5 use strict;
  1         1  
  1         55  
5              
6             our $VERSION = '0.05';
7              
8 1     1   7 use DynaLoader;
  1         16  
  1         87  
9             local *dl_load_flags = sub{ 0x01 };
10             DynaLoader::bootstrap_inherit(__PACKAGE__, $VERSION);
11              
12             1;
13             __END__