| blib/lib/Data/CompactReadonly/Array.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | n/a | ||
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 0 | 1 | 0.0 |
| pod | 0 | 1 | 0.0 |
| total | 0 | 2 | 0.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Data::CompactReadonly::Array; | ||||||
| 2 | our $VERSION = '0.1.0'; | ||||||
| 3 | 0 | 0 | sub use_base_is_buggy_and_insists_that_there_be_something_here {} | ||||
| 4 | 1; | ||||||
| 5 | |||||||
| 6 | # empty package that exists only so that D::C::V*::Array can inherit | ||||||
| 7 | # from it and you can check that something ->isa('Data::CompactReadonly::Array'); | ||||||
| 8 |