File Coverage

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 3     3   554821 use strict;
  3         6  
  3         139  
4 3     3   18 use warnings;
  3         7  
  3         214  
5              
6 3     3   1317 use Role::Tiny::With;
  3         19607  
  3         338  
7             with 'ArrayDataRole::Source::DBI';
8              
9             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
10             our $DATE = '2024-05-06'; # DATE
11             our $DIST = 'ArrayDataRoles-Standard'; # DIST
12             our $VERSION = '0.010'; # VERSION
13              
14             1;
15             # ABSTRACT: Get array data from DBI
16              
17             __END__