blib/lib/ArrayData/Test/Source/Array.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package ArrayData::Test::Source::Array; | ||||||
2 | |||||||
3 | 1 | 1 | 71918 | use strict; | |||
1 | 13 | ||||||
1 | 33 | ||||||
4 | |||||||
5 | 1 | 1 | 589 | use alias::module 'ArrayData::Array'; | |||
1 | 16 | ||||||
1 | 5 | ||||||
6 | |||||||
7 | our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY | ||||||
8 | our $DATE = '2021-12-01'; # DATE | ||||||
9 | our $DIST = 'ArrayDataRoles-Standard'; # DIST | ||||||
10 | our $VERSION = '0.007'; # VERSION | ||||||
11 | |||||||
12 | |||||||
13 | 1; | ||||||
14 | # ABSTRACT: Alias package for ArrayData::Array | ||||||
15 | |||||||
16 | __END__ |