File Coverage

blib/lib/Data/CompactReadonly/V0/Scalar/NegativeHuge.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Data::CompactReadonly::V0::Scalar::NegativeHuge;
2             our $VERSION = '0.0.6';
3              
4 2     2   12 use warnings;
  2         4  
  2         63  
5 2     2   8 use strict;
  2         5  
  2         43  
6 2         286 use base qw(
7             Data::CompactReadonly::V0::NegativeScalar
8             Data::CompactReadonly::V0::Scalar::Huge
9 2     2   7 );
  2         4  
10              
11             1;