Condition Coverage

blib/lib/Dimedis/SqlDriver/ODBC.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
437 0 0 0 $val && $$self{'serial_write'}
0 0 0 $type eq 'serial' and not $val && $$self{'serial_write'}
0 0 0 $type eq 'varchar' and $scale > 255

or 3 conditions

line l !l&&r !l&&!r condition
437 0 0 0 $type eq 'blob' or $type eq 'clob'
482 0 0 0 $val eq '' or not defined $val