Branch Coverage

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


line true false branch
20 1 0 if (defined $dbh) { }
0 0 elsif (defined $dsn) { }
30 0 1 if (defined $sth) { }
32 0 1 unless $dbh
35 0 1 if (defined $query) { }
1 0 elsif (defined $table) { }
48 0 1 if (defined $row_count_sth) { }
50 0 1 unless $dbh
53 0 1 if (defined $row_count_query) { }
1 0 elsif (defined $table) { }
64 0 1 if keys %args
101 2 0 wantarray ? :