File Coverage

blib/lib/Data/CompactReadonly/V0/Scalar/True.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::True;
2             our $VERSION = '0.1.0';
3              
4 3     3   21 use warnings;
  3         8  
  3         334  
5 3     3   25 use strict;
  3         6  
  3         118  
6 3     3   18 use base 'Data::CompactReadonly::V0::Scalar::HeaderOnly';
  3         6  
  3         540  
7              
8 12     12   86 sub _init { return 1 == 1; }
9              
10             1;