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.1.0';
3              
4 6     6   46 use warnings;
  6         16  
  6         241  
5 6     6   53 use strict;
  6         14  
  6         160  
6 6     6   30 use base 'Data::CompactReadonly::V0::Scalar';
  6         23  
  6         761  
7              
8 87     87   248 sub _num_bytes { 2 }
9              
10             1;