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             # this file only needed so that HTML documentation with
3             # multiple descendants can be accommodated.
4              
5 1     1   1588 use strict;
  1         1  
  1         53  
6 1     1   5 use warnings;
  1         2  
  1         77  
7              
8             our $VERSION = '3.028'; # VERSION
9             our $LAST_UPDATE = '3.027'; # manually update whenever code is changed
10              
11             =head1 NAME
12              
13             PDF::Builder::Basic::PDF - Various utilities and support routines
14              
15             =cut
16              
17             1;