File Coverage

blib/lib/PDF/Make/Parser.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::Parser;
2              
3 48     48   338466 use strict;
  48         84  
  48         1406  
4 48     48   202 use warnings;
  48         74  
  48         2488  
5              
6             our $VERSION = '0.03';
7              
8             # Load the XS code from PDF::Make
9 48     48   1471 use PDF::Make ();
  48         73  
  48         1123  
10              
11             1;
12              
13             __END__