File Coverage

blib/lib/Paper/Specs/Avery.pm
Criterion Covered Total %
statement 6 7 85.7
branch n/a
condition n/a
subroutine 2 3 66.6
pod 0 1 0.0
total 8 11 72.7


line stmt bran cond sub pod time code
1              
2             package Paper::Specs::Avery;
3 1     1   1091 use strict;
  1         2  
  1         32  
4 1     1   4 use base qw(Paper::Specs::base::brand);
  1         2  
  1         528  
5              
6             =head1 Paper::Avery
7              
8             Information about labels and card forms that Avery Dennison
9              
10             =cut
11              
12             sub specs {
13              
14             return {
15 0     0 0   name_short => 'Avery',
16             name_long => 'Avery-Dennison',
17             };
18              
19             }
20              
21             1;
22