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   132457 use 5.012;
  18         131  
3 18     18   5649 use mro();
  18         8704  
  18         374  
4 18     18   6064 use XS::Loader;
  18         26229  
  18         1019  
5              
6             our $VERSION = '1.0.6';
7              
8             {
9             local $^W;
10             XS::Loader::load();
11             }
12              
13             1;