File Coverage

blib/lib/Database/Async/Test.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Database::Async::Test;
2              
3 1     1   265730 use strict;
  1         2  
  1         77  
4 1     1   7 use warnings;
  1         2  
  1         131  
5              
6             our $VERSION = '0.019'; # VERSION
7              
8             =head1 NAME
9              
10             Database::Async::Test - utilities for testing with L.
11              
12             =head1 DESCRIPTION
13              
14             =cut
15              
16             1;
17              
18             =head1 AUTHOR
19              
20             Tom Molesworth C<< >>
21              
22             =head1 LICENSE
23              
24             Copyright Tom Molesworth 2011-2023. Licensed under the same terms as Perl itself.
25