blib/lib/DMA/ldconfig.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
30 | 0 | 0 | unless defined $db |
31 | 0 | 0 | unless defined $usr |
32 | 0 | 0 | unless defined $pass |
36 | 0 | 0 | unless $dbh = 'DBI'->connect("DBI:mysql:$db", $usr, $pass) |
37 | 0 | 0 | unless $sth = $dbh->prepare('SELECT * FROM configuration') |
38 | 0 | 0 | unless $sth->execute |