File Coverage

blib/lib/PDF/Make/Document.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::Document;
2              
3 62     62   1393682 use strict;
  62         90  
  62         1853  
4 62     62   270 use warnings;
  62         84  
  62         3671  
5              
6             our $VERSION = '0.03';
7              
8             # Load the XS code from PDF::Make
9 62     62   20557 use PDF::Make ();
  62         155  
  62         2200  
10              
11             1;
12              
13             __END__