File Coverage

blib/lib/Paper/Specs/Avery/5393.pm
Criterion Covered Total %
statement 6 7 85.7
branch n/a
condition n/a
subroutine 2 3 66.6
pod n/a
total 8 10 80.0


line stmt bran cond sub pod time code
1              
2             package Paper::Specs::Axxxx::5393;
3 1     1   1089 use strict;
  1         3  
  1         35  
4 1     1   5 use base qw(Paper::Specs::base::label Paper::Specs::Axxxx);
  1         2  
  1         38465  
5              
6             sub specs {
7              
8             return {
9              
10 0     0     code => '5393',
11             description => 'Name Badge Labels',
12              
13             sheet_width => 8.5,
14             sheet_height => 11,
15              
16             label_width => 4,
17             label_height => 3,
18              
19             label_rows => 3,
20             label_cols => 2,
21              
22             margin_left => 0.25,
23             margin_top => 1,
24             margin_right => 0.25,
25             margin_bottom => 1,
26              
27             units => 'in',
28              
29             };
30              
31             }
32              
33             1;
34