File Coverage

blib/lib/PkgConfig/LibPkgConf/Test.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package PkgConfig::LibPkgConf::Test;
2              
3 1     1   7514 use strict;
  1         5  
  1         37  
4 1     1   7 use warnings;
  1         2  
  1         29  
5 1     1   4 use base qw( Exporter );
  1         2  
  1         116  
6 1     1   9 use PkgConfig::LibPkgConf::XS;
  1         2  
  1         53  
7              
8             our $VERSION = '0.09';
9             our @EXPORT_OK = qw( send_error send_log );
10              
11             1;