Condition Coverage

blib/lib/CGI/Application/Plugin/Authorization/Driver/DBI.pm
Criterion Covered Total %
condition 0 10 0.0


or 2 conditions

line l !l condition
240 0 0 $dbh->prepare_cached($options{'SQL'}) || die('Failed to prepare SQL statement: ' . $dbh->errstr)
297 0 0 $dbh->prepare_cached($sql) || die('Failed to prepare SQL statement: ' . $dbh->errstr)

or 3 conditions

line l !l&&r !l&&!r condition
252 0 0 0 $options{'TABLES'} || $options{'TABLE'}
279 0 0 0 $used_username || $options{'NO_USERNAME'}