File Coverage

blib/lib/PDF/Make/Reader.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::Reader;
2              
3 46     46   2509 use strict;
  46         65  
  46         1255  
4 46     46   149 use warnings;
  46         56  
  46         2287  
5              
6             our $VERSION = '0.03';
7              
8             # Load the XS code from PDF::Make
9 46     46   179 use PDF::Make ();
  46         113  
  46         1088  
10              
11             1;
12              
13             __END__