File Coverage

blib/lib/DBIx/Class/SQLAHacks/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 # Hide from PAUSE
2             DBIx::Class::SQLAHacks::SQLite;
3              
4 2     2   1798 use warnings;
  2         3  
  2         80  
5 2     2   10 use strict;
  2         4  
  2         56  
6              
7 2     2   9 use base qw( DBIx::Class::SQLMaker::SQLite );
  2         3  
  2         1045  
8              
9             1;