File Coverage

blib/lib/Print/Format.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Print::Format;
2              
3 2     2   268136 use 5.006;
  2         36  
4 2     2   22 use strict;
  2         11  
  2         60  
5 2     2   20 use warnings;
  2         5  
  2         241  
6              
7             our $VERSION = '0.02';
8              
9             require XSLoader;
10             XSLoader::load('Print::Format', $VERSION);
11              
12             1;
13              
14             __END__