Condition Coverage

blib/lib/Dimedis/SqlDriver/Oracle.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
79 0 0 0 $$self{'debug'} and print STDERR "${exc}:db_blob_read: will write to fh\n"
81 0 0 0 $$self{'debug'} and print STDERR "${exc}:db_blob_read: will return as sref\n"
91 0 0 0 $$self{'debug'} and print STDERR "${exc}:db_blob_read: got something: len=" . length($frag) . "\n"
93 0 0 0 $$self{'debug'} and print STDERR "${exc}:db_blob_read: got nothing\n"
110 0 0 0 $fh and not $$par{'filehandle'}
514 0 0 0 $$self{'utf8'} && $type eq 'clob'

or 3 conditions

line l !l&&r !l&&!r condition
112 0 0 0 $$par{'filehandle'} or $$par{'filename'}
316 0 0 0 $alias ||= $table
349 0 0 0 $type eq 'blob' or $type eq 'clob'
455 0 0 0 my $sequence ||= "${table}_SEQ"