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   1915 use warnings;
  2         5  
  2         57  
5 2     2   9 use strict;
  2         4  
  2         52  
6              
7 2     2   12 use base qw( DBIx::Class::SQLMaker::SQLite );
  2         4  
  2         646  
8              
9             1;