File Coverage

blib/lib/Data/CompactReadonly/V0/Text/Long.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::Long;
2             our $VERSION = '0.0.6';
3              
4 2     2   15 use warnings;
  2         4  
  2         74  
5 2     2   10 use strict;
  2         3  
  2         43  
6 2     2   10 use base 'Data::CompactReadonly::V0::Text';
  2         3  
  2         226  
7              
8 2     2   529 use Data::CompactReadonly::V0::Scalar::Long;
  2         5  
  2         66  
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;