blib/lib/Paper/Specs/standard/sra2.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 | package Paper::Specs::standard::sra2; | ||||||
2 | 1 | 1 | 1171 | use strict; | |||
1 | 2 | ||||||
1 | 35 | ||||||
3 | 1 | 1 | 5 | use base qw(Paper::Specs::base::sheet); | |||
1 | 3 | ||||||
1 | 103 | ||||||
4 | |||||||
5 | sub specs { | ||||||
6 | |||||||
7 | { | ||||||
8 | 0 | 0 | 0 | sheet_width => 450, | |||
9 | sheet_height => 640, | ||||||
10 | units => 'mm', | ||||||
11 | source => 'ISO 216', | ||||||
12 | } | ||||||
13 | |||||||
14 | } | ||||||
15 | |||||||
16 | 1; | ||||||
17 |