File Coverage

blib/lib/Data/CompactReadonly/V0/Scalar/Short.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::Short;
2             our $VERSION = '0.0.6';
3              
4 6     6   38 use warnings;
  6         11  
  6         204  
5 6     6   49 use strict;
  6         11  
  6         147  
6 6     6   33 use base 'Data::CompactReadonly::V0::Scalar';
  6         11  
  6         688  
7              
8 87     87   204 sub _num_bytes { 2 }
9              
10             1;