| blib/lib/DBIx/Admin/TableInfo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 14 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 119 | 0 | 0 | 0 | $vendor eq 'ORACLE' and $table_name =~ /^BIN\$.+\$./ | 
| 120 | 0 | 0 | 0 | $vendor eq 'POSTGRESQL' and $table_name =~ /^(?:pg_|sql_)/ | 
| 121 | 0 | 0 | 0 | $vendor eq 'SQLITE' and $table_name eq 'sqlite_sequence' | 
| 140 | 0 | 0 | 0 | $vendor eq 'MYSQL' and $$column_data{'mysql_is_pri_key'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 215 | 0 | 0 | $self->dbh->foreign_key_info($self->catalog, $self->schema, $table_name, $self->catalog, $self->schema, $foreign_table) || (next) |