File Coverage

blib/lib/PDF/Make/Image.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::Image;
2              
3 44     44   1447 use strict;
  44         64  
  44         1362  
4 44     44   152 use warnings;
  44         62  
  44         2365  
5              
6             our $VERSION = '0.03';
7              
8             # Load the XS code from PDF::Make
9 44     44   207 use PDF::Make ();
  44         103  
  44         1026  
10              
11             1;
12              
13             __END__