File Coverage

blib/lib/Data/CompactReadonly/V0/Scalar/NegativeByte.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::NegativeByte;
2             our $VERSION = '0.0.5';
3              
4 2     2   15 use warnings;
  2         4  
  2         87  
5 2     2   12 use strict;
  2         4  
  2         54  
6 2         1090 use base qw(
7             Data::CompactReadonly::V0::NegativeScalar
8             Data::CompactReadonly::V0::Scalar::Byte
9 2     2   9 );
  2         5  
10              
11             1;