File Coverage

blib/lib/pm.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              
2 1     1   6 use strict;
  1         2  
  1         24  
3 1     1   5 use warnings;
  1         1  
  1         32  
4              
5             package pm v0.20.008;
6             # ABSTRACT: Perl module to load files at compile-time, without BEGIN blocks.
7              
8              
9 1     1   360 use parent 'filename';
  1         235  
  1         4  
10              
11             1;
12              
13             __END__