File Coverage

blib/lib/Data/CompactReadonly/V0/Dictionary/Medium.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::Dictionary::Medium;
2             our $VERSION = '0.0.6';
3              
4 1     1   7 use warnings;
  1         2  
  1         39  
5 1     1   5 use strict;
  1         3  
  1         21  
6 1     1   4 use base 'Data::CompactReadonly::V0::Dictionary';
  1         2  
  1         139  
7              
8 1     1   7 use Data::CompactReadonly::V0::Scalar::Medium;
  1         2  
  1         43  
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;