| blib/lib/TableData/Test/Source/AOA.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 | # no code | ||||||
| 2 | ## no critic: TestingAndDebugging::RequireUseStrict | ||||||
| 3 | package TableData::Test::Source::AOA; | ||||||
| 4 | |||||||
| 5 | our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY | ||||||
| 6 | our $DATE = '2023-02-24'; # DATE | ||||||
| 7 | our $DIST = 'TableDataRoles-Standard'; # DIST | ||||||
| 8 | our $VERSION = '0.015'; # VERSION | ||||||
| 9 | |||||||
| 10 | 1 | 1 | 73464 | use alias::module 'TableData::AOA'; | |||
| 1 | 25 | ||||||
| 1 | 6 | ||||||
| 11 | |||||||
| 12 | 1; | ||||||
| 13 | # ABSTRACT: Alias package for TableData::AOA | ||||||
| 14 | |||||||
| 15 | __END__ |