blib/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 14 | 7.1 |
line | true | false | branch |
---|---|---|---|
46 | 0 | 0 | if ref $self ne 'DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server' |
47 | 0 | 0 | if (not $self->_use_typeless_placeholders) |
48 | 0 | 0 | unless $ENV{'DBIC_MSSQL_FREETDS_LOWVER_NOWARN'} |
79 | 0 | 1 | if ($self->_using_freetds and (my $ver = $self->_using_freetds_version || 999) > 0.82) |
95 | 0 | 0 | $on ? : |
103 | 0 | 0 | if ((my $version = $product_version->{'Character_Value'}) =~ /^(\d+)\./) { } |
134 | 0 | 0 | if ($dbh->can('syb_date_fmt')) { } |