blib/lib/App/DoubleUp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 5 | 40.0 |
line | l | !l | condition |
---|---|---|---|
159 | 1 | 2 | $$self{'db'} //= [$self->list_of_schemata] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
123 | 0 | 0 | 0 | 'DBI'->connect($dsn, $user, $password, {'RaiseError', 1, 'PrintError', 0}) || croak("Error while connecting to '${dsn}'") |