File Coverage

blib/lib/namespace/clean/xs.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1             package namespace::clean::xs;
2 16     16   612440 use 5.010000;
  16         145  
3 16     16   92 use strict;
  16         37  
  16         914  
4              
5             our $VERSION = '0.09';
6              
7             require XSLoader;
8             XSLoader::load('namespace::clean::xs', $VERSION);
9              
10             1;
11             __END__