blib/lib/Helios/ObjectDriver.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 8 | 0.0 |
line | true | false | branch |
---|---|---|---|
48 | 0 | 0 | @_ ? : |
100 | 0 | 0 | if ($self->debug) |
108 | 0 | 0 | if ($self->debug) |
110 | 0 | 0 | unless (eval { do { $driver = 'Helios::ObjectDriver::DBI'->new('dsn', $conf->{'dsn'}, 'username', $conf->{'user'}, 'password', $conf->{'password'}); if ($self->debug) { print 'Helios::ObjectDriver->initDriver() DRIVER: ', $driver, "\n"; }; 1 } }) |