Branch Coverage

blib/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
130 0 0 if (ref $dsn eq 'CODE')
134 0 0 if (not $dsn =~ /MARS_Connection=/)
135 0 0 if ($self->_using_freetds)
140 0 0 if (exists $self->_server_info->{'normalized_dbms_version'} and $self->_server_info->{'normalized_dbms_version'} < 9)
145 0 0 if (my($data_source) = $dsn =~ /^dbi:ODBC:([\w-]+)\z/i)
198 0 0 if (($self->_dbic_connect_attributes->{'odbc_cursortype'} || 0) < 2)
202 0 0 if ref $dbi_inf->[0] eq 'CODE'
206 0 0 if @$dbi_inf <= 3
224 0 0 if ($use_dyncursors xor not !$self->_using_dynamic_cursors)
229 0 0 if ($use_dyncursors) { }
236 0 0 $self->_using_freetds ? :
255 0 0 $self->_using_dynamic_cursors ? :
261 0 0 if ($self->_using_freetds)
264 0 0 if ($self->_using_dynamic_cursors)
266 0 0 if $fv > 0.82
303 0 0 unless ($^O =~ /win32|cygwin/i)