File Coverage

blib/lib/HashData/Array.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::Array;
2              
3 3     3   270111 use strict;
  3         8  
  3         145  
4 3     3   17 use warnings;
  3         7  
  3         249  
5              
6 3     3   1670 use Role::Tiny::With;
  3         29374  
  3         500  
7             with 'HashDataRole::Source::Array';
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 array
16              
17             __END__