File Coverage

blib/lib/PDF/Make/Redaction.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 PDF::Make::Redaction;
2              
3 43     43   1443 use strict;
  43         56  
  43         1201  
4 43     43   148 use warnings;
  43         56  
  43         2119  
5              
6             our $VERSION = '0.03';
7              
8 43     43   171 use PDF::Make ();
  43         55  
  43         984  
9              
10             1;
11              
12             __END__