File Coverage

blib/lib/Data/CompactReadonly/V0/Scalar/Huge.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 14 100.0


line stmt bran cond sub pod time code
1             package Data::CompactReadonly::V0::Scalar::Huge;
2             our $VERSION = '0.0.5';
3              
4 4     4   32 use warnings;
  4         8  
  4         150  
5 4     4   21 use strict;
  4         10  
  4         94  
6 4     4   20 use base 'Data::CompactReadonly::V0::Scalar';
  4         8  
  4         529  
7              
8 33     33   120 sub _num_bytes { 8 }
9              
10             1;