blib/lib/Fault/Dbh.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
31 | 0 | 0 | unless defined $dbname |
32 | 0 | 0 | unless defined $user |
33 | 0 | 0 | unless defined $pass |
35 | 0 | 0 | if (defined $DBH) { } |
37 | 0 | 0 | defined $DBH ? : |
57 | 0 | 0 | if ($DBHCNT > 1) { } |
0 | 0 | elsif ($DBHCNT == 1) { } | |
70 | 0 | 0 | if defined $DBH |