Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
18 0 0 0 not ref $dsn and $dsn =~ /driver=FreeTDS/i

or 2 conditions

line l !l condition
18 0 0 $self->_dbh_get_info('SQL_DRIVER_NAME') || ''
32 0 0 $self->_dbh_get_info('SQL_DRIVER_VER') || 0
39 0 0 $DBD::ODBC::__DBIC_DISABLE_ARRAY_OPS_VIA__ ||= [do { if (&modver_gt_or_eq('DBD::ODBC', '1.35_01')) { 'odbc_array_operations', 0; } elsif (&modver_gt_or_eq('DBD::ODBC', '1.33_01')) { 'odbc_disable_array_operations', 1; } }]

or 3 conditions

line l !l&&r !l&&!r condition
18 0 0 0 not ref $dsn and $dsn =~ /driver=FreeTDS/i or ($self->_dbh_get_info('SQL_DRIVER_NAME') || '') =~ /tdsodbc/i