File Coverage

blib/lib/Data/CompactReadonly/V0/Scalar/Byte.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::Byte;
2             our $VERSION = '0.1.0';
3              
4 9     9   74 use warnings;
  9         60  
  9         736  
5 9     9   95 use strict;
  9         20  
  9         576  
6 9     9   76 use base 'Data::CompactReadonly::V0::Scalar';
  9         19  
  9         2065  
7              
8 67137     67137   182565 sub _num_bytes { 1 }
9              
10             1;