File Coverage

blib/lib/PDF/Make/Font/Std14.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package PDF::Make::Font::Std14;
2 1     1   1165 use strict;
  1         2  
  1         31  
3 1     1   3 use warnings;
  1         2  
  1         69  
4              
5             our $VERSION = '0.03';
6              
7             # Load the XS via PDF::Make
8             require PDF::Make;
9              
10             # Re-export constants from XS
11             # These are defined in font.xs
12              
13             1;
14              
15             __END__