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 1     1   127078 use strict;
  1         12  
  1         34  
4 1     1   7 use warnings;
  1         1  
  1         37  
5              
6 1     1   456 use Role::Tiny::With;
  1         5530  
  1         127  
7             with 'ArrayDataRole::Source::DBI';
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 DBI
16              
17             __END__