| blib/lib/ArrayData/LinesInFile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 9 | 9 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 | 
| pod | n/a | ||
| total | 12 | 12 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package ArrayData::LinesInFile; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 422 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 30 | ||||||
| 4 | 1 | 1 | 5 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 24 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 490 | use Role::Tiny::With; | |||
| 1 | 5461 | ||||||
| 1 | 105 | ||||||
| 7 | with 'ArrayDataRole::Source::LinesInFile'; | ||||||
| 8 | |||||||
| 9 | our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY | ||||||
| 10 | our $DATE = '2021-12-01'; # DATE | ||||||
| 11 | our $DIST = 'ArrayDataRoles-Standard'; # DIST | ||||||
| 12 | our $VERSION = '0.007'; # VERSION | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | # ABSTRACT: Get array data from a file/filehandle, one line per element | ||||||
| 16 | |||||||
| 17 | __END__ |