File Coverage

blib/lib/Data/CompactReadonly/V0/Scalar/Long.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::Long;
2             our $VERSION = '0.1.0';
3              
4 5     5   38 use warnings;
  5         12  
  5         197  
5 5     5   27 use strict;
  5         12  
  5         141  
6 5     5   30 use base 'Data::CompactReadonly::V0::Scalar';
  5         9  
  5         667  
7              
8 27     27   96 sub _num_bytes { 4 }
9              
10             1;