File Coverage

blib/lib/PDF/PDFUnit/Shortcuts.pm
Criterion Covered Total %
statement 9 15 60.0
branch n/a
condition n/a
subroutine 3 9 33.3
pod n/a
total 12 24 50.0


line stmt bran cond sub pod time code
1             #
2             # Do not edit this file (it is autogenerated)!
3             #
4              
5             #####################
6             package PDF::PDFUnit;
7             #####################
8              
9             # We want to make this stuff usable by just doing "use PDF::PDFUnit".
10             # Therefore no different namespace here!
11              
12 4     4   13 use strict;
  4         20  
  4         83  
13 4     4   12 use warnings;
  4         2  
  4         319  
14              
15             require Exporter;
16             our @ISA = qw(Exporter);
17             push @PDF::PDFUnit::EXPORT, qw(
18             AssertThat
19             ConfigHelper
20             DateHelper
21             DefaultNamespace
22             File
23             FileInputStream
24             FilenameContainingFilter
25             FilenameMatchingFilter
26             ImageHelper
27             IOHelper
28             PageRegion
29             PagesFromTo
30             PagesToUse
31             PDFVersion
32             URL
33             VersionInfo
34             XMLNode
35             );
36              
37              
38             use constant {
39 4         963 AssertThat => 'com::pdfunit::AssertThat',
40             ConfigHelper => 'com::pdfunit::util::ConfigHelper',
41             DateHelper => 'com::pdfunit::util::DateHelper',
42             DefaultNamespace => 'com::pdfunit::xml::DefaultNamespace',
43             File => 'java::io::File',
44             FileInputStream => 'java::io::FileInputStream',
45             FilenameContainingFilter => 'com::pdfunit::filter::file::FilenameContainingFilter',
46             FilenameMatchingFilter => 'com::pdfunit::filter::file::FilenameMatchingFilter',
47             ImageHelper => 'com::pdfunit::util::ImageHelper',
48             IOHelper => 'com::pdfunit::util::IOHelper',
49             PageRegion => 'com::pdfunit::filter::region::PageRegion',
50             PagesFromTo => 'com::pdfunit::filter::page::PagesFromTo',
51             PagesToUse => 'com::pdfunit::filter::page::PagesToUse',
52             PDFVersion => 'com::pdfunit::PDFVersion',
53             URL => 'java::net::URL',
54             VersionInfo => 'com::pdfunit::VersionInfo',
55             XMLNode => 'com::pdfunit::xml::XMLNode',
56 4     4   13 };
  4         3  
57              
58              
59              
60              
61             package Standard;
62 0     0     sub PDFA_1A { $com::pdfunit::Standard::PDFA_1A }
63 0     0     sub PDFA_1B { $com::pdfunit::Standard::PDFA_1B }
64              
65             package WhitespaceProcessing;
66 0     0     sub IGNORE { $com::pdfunit::WhitespaceProcessing::IGNORE }
67 0     0     sub NORMALIZE { $com::pdfunit::WhitespaceProcessing::NORMALIZE }
68 0     0     sub KEEP { $com::pdfunit::WhitespaceProcessing::KEEP }
69              
70             package ZugferdVersion;
71 0     0     sub VERSION10 { $com::pdfunit::ZugferdVersion::VERSION10 }
72              
73              
74              
75             1;
76              
77             __END__