File Coverage

blib/lib/orz.pm
Criterion Covered Total %
statement 7 9 77.7
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 12 83.3


line stmt bran cond sub pod time code
1 2     2   2147 use strict; use warnings;
  2     2   3  
  2         72  
  2         11  
  2         4  
  2         171  
2             package orz;
3             our $VERSION = '0.24';
4              
5 2     2   2418 use Module::Compile -base;
  0            
  0            
6              
7             sub pmc_compile {
8             s/^/# /gm;
9             return "# orz...\n$_";
10             }
11              
12             1;