File Coverage

blib/lib/DBIx/Class/SQLAHacks/OracleJoins.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::OracleJoins;
3              
4 2     2   2095 use warnings;
  2         4  
  2         76  
5 2     2   10 use strict;
  2         3  
  2         66  
6              
7 2     2   10 use base qw( DBIx::Class::SQLMaker::OracleJoins );
  2         4  
  2         1139  
8              
9             1;