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