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.0.5';
3              
4 9     9   67 use warnings;
  9         24  
  9         315  
5 9     9   50 use strict;
  9         18  
  9         251  
6 9     9   50 use base 'Data::CompactReadonly::V0::Scalar';
  9         19  
  9         1209  
7              
8 66972     66972   168301 sub _num_bytes { 1 }
9              
10             1;