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.1.0';
3              
4 2     2   15 use warnings;
  2         4  
  2         77  
5 2     2   10 use strict;
  2         4  
  2         52  
6 2         1059 use base qw(
7             Data::CompactReadonly::V0::NegativeScalar
8             Data::CompactReadonly::V0::Scalar::Byte
9 2     2   10 );
  2         4  
10              
11             1;