File Coverage

blib/lib/DBIx/Class/SQLAHacks/MSSQL.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::MSSQL;
3              
4 2     2   1128 use warnings;
  2         6  
  2         64  
5 2     2   10 use strict;
  2         4  
  2         53  
6              
7 2     2   9 use base qw( DBIx::Class::SQLMaker::MSSQL );
  2         3  
  2         859  
8              
9             1;