File Coverage

blib/lib/PDF/Make/Import.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::Import;
2              
3 42     42   207 use strict;
  42         51  
  42         1210  
4 42     42   133 use warnings;
  42         47  
  42         2217  
5              
6             our $VERSION = '0.03';
7              
8 42     42   155 use PDF::Make ();
  42         75  
  42         1033  
9              
10             1;
11              
12             __END__