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   567103 use 5.010000;
  16         220  
3 16     16   101 use strict;
  16         38  
  16         1045  
4              
5             our $VERSION = '0.08';
6              
7             require XSLoader;
8             XSLoader::load('namespace::clean::xs', $VERSION);
9              
10             1;
11             __END__