Branch Coverage

blib/lib/TablesRole/Source/DBI.pm
Criterion Covered Total %
branch 11 24 45.8


line true false branch
21 1 0 if (defined $dbh) { }
0 0 elsif (defined $dsn) { }
31 0 1 if (defined $sth) { }
33 0 1 unless $dbh
36 0 1 if (defined $query) { }
1 0 elsif (defined $table) { }
49 0 1 if (defined $row_count_sth) { }
51 0 1 unless $dbh
54 0 1 if (defined $row_count_query) { }
1 0 elsif (defined $table) { }
65 0 1 if keys %args
84 2 0 wantarray ? :