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   67 use warnings;
  9         31  
  9         383  
5 9     9   55 use strict;
  9         19  
  9         222  
6 9     9   46 use base 'Data::CompactReadonly::V0::Scalar';
  9         18  
  9         1193  
7              
8 67070     67070   160496 sub _num_bytes { 1 }
9              
10             1;