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   1470 use warnings;
  2         4  
  2         68  
5 2     2   9 use strict;
  2         3  
  2         47  
6              
7 2     2   8 use base qw( DBIx::Class::SQLMaker::MSSQL );
  2         4  
  2         1050  
8              
9             1;