File Coverage

blib/lib/Encode/PDFDoc.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 Encode::PDFDoc;
2             # ABSTRACT: PDFDocEncoding support
3             $Encode::PDFDoc::VERSION = '0.02';
4 1     1   76371 use Encode;
  1         11  
  1         67  
5 1     1   6 use XSLoader;
  1         2  
  1         39  
6             XSLoader::load(__PACKAGE__,$VERSION);
7              
8             1;
9              
10             __END__