Branch Coverage

blib/lib/Ananke/SqlLink.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
23 0 0 if ($$vars{'type'} eq 'mysql')
24 0 0 unless $conn = 'DBI'->connect("DBI:$$vars{'type'}:$$vars{'db'}:$$vars{'host'}", $$vars{'username'}, $$vars{'passwd'})
44 0 0 unless $t
50 0 0 unless eval { do { $$self{'pre'}->execute } }
53 0 0 if ($t eq 'array') { }
0 0 elsif ($t eq 'scalar') { }
83 0 0 if (DBI::errstr())
99 0 0 if $r eq 'NULL'
127 0 0 if ($$self{'type'} eq 'mysql')