File Coverage

blib/lib/ExtUtils/XSpp.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package ExtUtils::XSpp;
2              
3 20     20   15297 use strict;
  20         37  
  20         733  
4 20     20   110 use warnings;
  20         32  
  20         723  
5              
6 20     20   20609 use ExtUtils::XSpp::Driver;
  20         56  
  20         1052  
7              
8             our $VERSION = '0.18';
9              
10             1;