| blib/lib/Data/CompactReadonly/V0/Text/Byte.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::Byte; | ||||||
| 2 | our $VERSION = '0.0.5'; | ||||||
| 3 | |||||||
| 4 | 7 | 7 | 50 | use warnings; | |||
| 7 | 18 | ||||||
| 7 | 269 | ||||||
| 5 | 7 | 7 | 40 | use strict; | |||
| 7 | 15 | ||||||
| 7 | 162 | ||||||
| 6 | 7 | 7 | 35 | use base 'Data::CompactReadonly::V0::Text'; | |||
| 7 | 14 | ||||||
| 7 | 874 | ||||||
| 7 | |||||||
| 8 | 7 | 7 | 552 | use Data::CompactReadonly::V0::Scalar::Byte; | |||
| 7 | 14 | ||||||
| 7 | 250 | ||||||
| 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; |