| blib/lib/Helios/ObjectDriver/DBI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 0 | 0 | if ($driver->reuse_dbh) |
| 23 | 0 | 0 | unless ($dbh) |
| 31 | 0 | 0 | unless $driver->connect_options |
| 0 | 0 | unless $dbh = 'DBI'->connect_cached($driver->dsn, $driver->username, $driver->password, {'RaiseError', 1, 'PrintError', 0, 'AutoCommit', 1, 'private_heliconn_' . $$, $$, %{{} unless $driver->connect_options;}}) | |
| 34 | 0 | 0 | if ($@) |
| 38 | 0 | 0 | if ($driver->reuse_dbh) |