File Coverage

blib/lib/PkgConfig/LibPkgConf/XS.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package PkgConfig::LibPkgConf::XS;
2              
3 6     6   34 use strict;
  6         9  
  6         138  
4 6     6   23 use warnings;
  6         10  
  6         326  
5              
6             our $VERSION = '0.09';
7              
8             require XSLoader;
9             XSLoader::load('PkgConfig::LibPkgConf', $VERSION);
10              
11             1;