| blib/lib/Data/CompactReadonly/V0/Array/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::Array::Byte; | ||||||
| 2 | our $VERSION = '0.0.5'; | ||||||
| 3 | |||||||
| 4 | 4 | 4 | 31 | use warnings; | |||
| 4 | 9 | ||||||
| 4 | 165 | ||||||
| 5 | 4 | 4 | 23 | use strict; | |||
| 4 | 8 | ||||||
| 4 | 109 | ||||||
| 6 | 4 | 4 | 21 | use base 'Data::CompactReadonly::V0::Array'; | |||
| 4 | 8 | ||||||
| 4 | 2702 | ||||||
| 7 | |||||||
| 8 | 4 | 4 | 1799 | use Data::CompactReadonly::V0::Scalar::Byte; | |||
| 4 | 12 | ||||||
| 4 | 131 | ||||||
| 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; |