| 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 | 2 | 2 | 595521 | use strict; | |||
| 2 | 6 | ||||||
| 2 | 123 | ||||||
| 4 | |||||||
| 5 | 2 | 2 | 1565 | use alias::module 'ArrayData::Array'; | |||
| 2 | 42 | ||||||
| 2 | 12 | ||||||
| 6 | |||||||
| 7 | our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY | ||||||
| 8 | our $DATE = '2024-05-06'; # DATE | ||||||
| 9 | our $DIST = 'ArrayDataRoles-Standard'; # DIST | ||||||
| 10 | our $VERSION = '0.010'; # VERSION | ||||||
| 11 | |||||||
| 12 | |||||||
| 13 | 1; | ||||||
| 14 | # ABSTRACT: Alias package for ArrayData::Array | ||||||
| 15 | |||||||
| 16 | __END__ |