File Coverage

blib/lib/Data/CompactReadonly/V0/Text/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::Text::Byte;
2             our $VERSION = '0.0.6';
3              
4 7     7   48 use warnings;
  7         11  
  7         235  
5 7     7   35 use strict;
  7         12  
  7         151  
6 7     7   33 use base 'Data::CompactReadonly::V0::Text';
  7         11  
  7         722  
7              
8 7     7   579 use Data::CompactReadonly::V0::Scalar::Byte;
  7         13  
  7         221  
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;