File Coverage

blib/lib/PDF/Builder/Basic/PDF.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::Builder::Basic::PDF;
2              
3 1     1   2201 use strict;
  1         3  
  1         32  
4 1     1   6 use warnings;
  1         2  
  1         66  
5              
6             our $VERSION = '3.023'; # VERSION
7             our $LAST_UPDATE = '3.020'; # manually update whenever code is changed
8              
9             =head1 NAME
10              
11             PDF::Builder::Basic::PDF - Various utilities and support routines
12              
13             =cut
14              
15             1;