lib/SQL/Admin/Driver/Base/DBI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | l | !l | condition |
---|---|---|---|
67 | 0 | 0 | 'DBI'->connect($dsn || $$self{'dbdsn'}, $user || $$self{'dbusr'}, $password || $$self{'dbpwd'}, {'FetchHashKeyName', 'NAME_lc'}) || die("Unable to connect: $DBI::errstr") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
20 | 0 | 0 | 0 | ref $class || $class |
38 | 0 | 0 | 0 | $sqla ||= 'SQL::Abstract'->new |
67 | 0 | 0 | 0 | $$self{'dbh'} ||= 'DBI'->connect($dsn || $$self{'dbdsn'}, $user || $$self{'dbusr'}, $password || $$self{'dbpwd'}, {'FetchHashKeyName', 'NAME_lc'}) || die("Unable to connect: $DBI::errstr") |