File Coverage

blib/lib/HashData/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 HashData::DBI;
2              
3 3     3   640684 use strict;
  3         5  
  3         130  
4 3     3   18 use warnings;
  3         5  
  3         227  
5              
6 3     3   1348 use Role::Tiny::With;
  3         22047  
  3         418  
7             with 'HashDataRole::Source::DBI';
8              
9             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
10             our $DATE = '2024-11-04'; # DATE
11             our $DIST = 'HashDataRoles-Standard'; # DIST
12             our $VERSION = '0.005'; # VERSION
13              
14             1;
15             # ABSTRACT: Get hash data from DBI
16              
17             __END__