blib/lib/ArrayData/DBI.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::DBI; | ||||||
2 | |||||||
3 | our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY | ||||||
4 | our $DATE = '2021-05-03'; # DATE | ||||||
5 | our $DIST = 'ArrayDataRoles-Standard'; # DIST | ||||||
6 | our $VERSION = '0.005'; # VERSION | ||||||
7 | |||||||
8 | 1 | 1 | 123477 | use strict; | |||
1 | 11 | ||||||
1 | 32 | ||||||
9 | 1 | 1 | 8 | use warnings; | |||
1 | 2 | ||||||
1 | 26 | ||||||
10 | |||||||
11 | 1 | 1 | 535 | use Role::Tiny::With; | |||
1 | 5496 | ||||||
1 | 72 | ||||||
12 | with 'ArrayDataRole::Source::DBI'; | ||||||
13 | |||||||
14 | 1; | ||||||
15 | # ABSTRACT: Get array data from DBI | ||||||
16 | |||||||
17 | __END__ |