blib/lib/Data/CompactReadonly/Dictionary.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::Dictionary; | ||||||
2 | our $VERSION = '0.0.5'; | ||||||
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*::Dictionary can inherit | ||||||
7 | # from it and you can check that something ->isa('Data::CompactReadonly::Dictionary'); |