blib/lib/Data/CompactReadonly/V0/Text/Short.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 16 | 16 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Data::CompactReadonly::V0::Text::Short; | ||||||
2 | our $VERSION = '0.0.6'; | ||||||
3 | |||||||
4 | 3 | 3 | 18 | use warnings; | |||
3 | 6 | ||||||
3 | 109 | ||||||
5 | 3 | 3 | 14 | use strict; | |||
3 | 18 | ||||||
3 | 63 | ||||||
6 | 3 | 3 | 12 | use base 'Data::CompactReadonly::V0::Text'; | |||
3 | 6 | ||||||
3 | 322 | ||||||
7 | |||||||
8 | 3 | 3 | 528 | use Data::CompactReadonly::V0::Scalar::Short; | |||
3 | 6 | ||||||
3 | 101 | ||||||
9 | |||||||
10 | # this class only exists so it can encode the length's | ||||||
11 | # type in its name, and load that type | ||||||
12 | |||||||
13 | 1; |