File Coverage

blib/lib/Data/CompactReadonly/V0/Scalar/Null.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::Null;
2             our $VERSION = '0.1.0';
3              
4 5     5   38 use warnings;
  5         13  
  5         181  
5 5     5   27 use strict;
  5         10  
  5         128  
6 5     5   26 use base 'Data::CompactReadonly::V0::Scalar::HeaderOnly';
  5         11  
  5         2721  
7              
8 12     12   73 sub _init { return undef; }
9              
10             1;