Branch Coverage

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


line true false branch
18 0 0 if not ref $dsn and $dsn =~ /driver=FreeTDS/i or ($self->_dbh_get_info('SQL_DRIVER_NAME') || '') =~ /tdsodbc/i
31 0 0 unless $self->_using_freetds
40 0 0 if (&modver_gt_or_eq('DBD::ODBC', '1.35_01')) { }
0 0 elsif (&modver_gt_or_eq('DBD::ODBC', '1.33_01')) { }
48 0 0 if (my($k, $v) = @$DBD::ODBC::__DBIC_DISABLE_ARRAY_OPS_VIA__)