File Coverage

blib/arch/next/XS.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package next::XS;
2 18     18   137801 use 5.012;
  18         132  
3 18     18   5560 use mro();
  18         9485  
  18         360  
4 18     18   6124 use XS::Loader;
  18         26296  
  18         1066  
5              
6             our $VERSION = '1.0.5';
7              
8             {
9             local $^W;
10             XS::Loader::load();
11             }
12              
13             1;