File Coverage

blib/lib/HashData/Test/Source/DBI.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             ## no critic: TestingAndDebugging::RequireUseStrict
2             package HashData::Test::Source::DBI;
3              
4             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
5             our $DATE = '2024-11-04'; # DATE
6             our $DIST = 'HashDataRoles-Standard'; # DIST
7             our $VERSION = '0.005'; # VERSION
8              
9 1     1   350451 use alias::module 'HashData::DBI';
  1         24  
  1         8  
10              
11             1;
12             # ABSTRACT: Alias package for HashData::DBI
13              
14             __END__