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   1013 use warnings;
  2         4  
  2         68  
5 2     2   12 use strict;
  2         5  
  2         66  
6              
7 2     2   14 use base qw( DBIx::Class::SQLMaker::MSSQL );
  2         7  
  2         852  
8              
9             1;