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   133369 use 5.012;
  18         131  
3 18     18   5581 use mro();
  18         8558  
  18         397  
4 18     18   5975 use XS::Loader;
  18         25265  
  18         914  
5              
6             our $VERSION = '1.0.7';
7              
8             {
9             local $^W;
10             XS::Loader::load();
11             }
12              
13             1;