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   269557 use strict;
  20         33  
  20         644  
4 20     20   65 use warnings;
  20         36  
  20         753  
5              
6 20     20   7325 use ExtUtils::XSpp::Driver;
  20         55  
  20         768  
7              
8             our $VERSION = '0.19';
9              
10             1;