| blib/lib/TableData/Test/Source/AOH.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::AOH; | ||||||
| 4 | |||||||
| 5 | our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY | ||||||
| 6 | our $DATE = '2022-02-20'; # DATE | ||||||
| 7 | our $DIST = 'TableDataRoles-Standard'; # DIST | ||||||
| 8 | our $VERSION = '0.014'; # VERSION | ||||||
| 9 | |||||||
| 10 | 1 | 1 | 53450 | use alias::module 'TableData::AOH'; | |||
| 1 | 19 | ||||||
| 1 | 4 | ||||||
| 11 | |||||||
| 12 | 1; | ||||||
| 13 | # ABSTRACT: Alias package for TableData::AOH | ||||||
| 14 | |||||||
| 15 | __END__ |