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.5';
3              
4 6     6   44 use warnings;
  6         14  
  6         222  
5 6     6   33 use strict;
  6         12  
  6         176  
6 6     6   50 use base 'Data::CompactReadonly::V0::Scalar';
  6         15  
  6         873  
7              
8 87     87   304 sub _num_bytes { 2 }
9              
10             1;