File Coverage

blib/lib/DBIx/CheckConnectivity/Driver/SQLite.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 DBIx::CheckConnectivity::Driver::SQLite;
2 2     2   3937 use warnings;
  2         6  
  2         74  
3 2     2   11 use strict;
  2         4  
  2         78  
4 2     2   14 use base qw/DBIx::CheckConnectivity::Driver/;
  2         4  
  2         961  
5              
6             1;
7              
8             __END__