blib/lib/HashData/Test/Source/Hash.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package HashData::Test::Source::Hash; | ||||||
2 | |||||||
3 | our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY | ||||||
4 | our $DATE = '2021-05-21'; # DATE | ||||||
5 | our $DIST = 'HashDataRoles-Standard'; # DIST | ||||||
6 | our $VERSION = '0.001'; # VERSION | ||||||
7 | |||||||
8 | 1 | 1 | 85867 | use alias::module 'HashData::Hash'; | |||
1 | 27 | ||||||
1 | 5 | ||||||
9 | |||||||
10 | 1; | ||||||
11 | # ABSTRACT: Alias package for HashData::Hash | ||||||
12 | |||||||
13 | __END__ |