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 17     17   156943 use 5.010000;
  17         42  
3 17     17   63 use strict;
  17         18  
  17         887  
4              
5             our $VERSION = '0.07';
6              
7             require XSLoader;
8             XSLoader::load('namespace::clean::xs', $VERSION);
9              
10             1;
11             __END__