blib/lib/CGI/Application/Plugin/Authentication/Driver/DBI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 5 | 40.0 |
line | l | !l | condition |
---|---|---|---|
343 | 1 | 0 | $dbh->prepare_cached($sql) || die('Failed to prepare SQL statement: ' . $dbh->errstr) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
288 | 0 | 1 | 0 | $options{'TABLES'} || $options{'TABLE'} |