Branch Coverage

blib/lib/IO/DB.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
104 0 0 if (ref($pass) =~ /HASH/)
108 0 0 unless ($$self{'dbh'})
112 0 0 unless ($$self{'dbh'})
159 0 0 if (scalar @_) { }
164 0 0 if $$self{'dbh'}->errstr
194 0 0 if (@_) { }
212 0 0 unless (exists $$self{'.tables'}{$table})
214 0 0 if ($table =~ /\.\./) { }
256 0 0 if (@_) { }
292 0 0 unless ($data)
297 0 0 if ($data =~ /getdate()/i)
301 0 0 if ($$self{'.tables'}{$table}{$column} =~ /CHAR|DATE|TEXT|BINARY/i)
311 0 0 if ($$self{'dbh'})