File Coverage

blib/lib/Data/CompactReadonly/V0/Dictionary/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::Dictionary::Byte;
2             our $VERSION = '0.1.0';
3              
4 5     5   39 use warnings;
  5         11  
  5         216  
5 5     5   33 use strict;
  5         11  
  5         195  
6 5     5   62 use base 'Data::CompactReadonly::V0::Dictionary';
  5         13  
  5         3324  
7              
8 5     5   954 use Data::CompactReadonly::V0::Scalar::Byte;
  5         16  
  5         195  
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;