File Coverage

blib/lib/Acme/Flat/HV.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1 1     1   374 use 5.006;
  1         2  
2 1     1   4 use strict;
  1         2  
  1         19  
3 1     1   3 use warnings;
  1         2  
  1         68  
4              
5             package Acme::Flat::HV;
6              
7             # ABSTRACT: A Hash Value
8              
9             our $VERSION = '0.001001';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12 1     1   341 use parent 'Acme::Flat::PVMG';
  1         252  
  1         17  
13 1     1   25 use Class::Tiny;
  1         1  
  1         2  
14              
15             1;
16              
17             __END__