| blib/lib/Test/Smoke/Database.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 9 | 22.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 175 | 0 | 0 | 0 | m[/(\d*)\.rpt] and $1 > $max |
| line | l | !l | condition |
|---|---|---|---|
| 65 | 1 | 0 | shift() || {} |
| 66 | 0 | 1 | $$self{'opts'}{'database'} || 'test' |
| 69 | 0 | 0 | 'DBI'->connect($driver, $$self{'opts'}{'user'}, $$self{'opts'}{'password'} || undef) || die("Can't connect to Mysql:${driver}:$!\n") |