File Coverage

blib/lib/HashData/Hash.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package HashData::Hash;
2              
3 3     3   464614 use strict;
  3         8  
  3         157  
4 3     3   20 use warnings;
  3         7  
  3         254  
5              
6 3     3   2580 use Role::Tiny::With;
  3         27947  
  3         468  
7             with 'HashDataRole::Source::Hash';
8              
9             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
10             our $DATE = '2024-11-04'; # DATE
11             our $DIST = 'HashDataRoles-Standard'; # DIST
12             our $VERSION = '0.005'; # VERSION
13              
14             1;
15             # ABSTRACT: Get hash data from Perl hash
16              
17             __END__