blib/lib/Class/ReluctantORM/Driver.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
578 | 0 | 0 | 0 | $dir and not exists $permitted{$dir} |
644 | 0 | 0 | 0 | blessed $mon and $mon->isa('Class::ReluctantORM::Monitor') |
line | l | !l | condition |
---|---|---|---|
565 | 0 | 0 | shift() || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
271 | 0 | 0 | 0 | $DBMS_INFO_CACHE{$dbh->dbi_dbh}{'SQL_DBMS_NAME'} ||= $dbh->get_info($Class::ReluctantORM::Driver::GetInfoType{'SQL_DBMS_NAME'}) |
272 | 0 | 0 | 0 | $DBMS_INFO_CACHE{$dbh->dbi_dbh}{'SQL_DBMS_VER'} ||= $dbh->get_info($Class::ReluctantORM::Driver::GetInfoType{'SQL_DBMS_VER'}) |