| blib/lib/DBIx/QuickORM/Dialect/PostgreSQL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 49 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 244 | 0 | 0 | warn "Could not parse index: $def" and next |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 194 | 0 | 0 | 0 | $res->{'column_default'} and $res->{'column_default'} =~ /^nextval\(/ |
| line | l | !l | condition |
|---|---|---|---|
| 99 | 0 | 0 | $TEMP_TYPES{$type} // 0 |
| 100 | 0 | 0 | $TABLE_TYPES{$type} // "DBIx::QuickORM::Schema::Table" |
| 193 | 0 | 0 | $col->{'identity'} //= 1 |
| 194 | 0 | 0 | $col->{'identity'} //= 1 |
| 197 | 0 | 0 | $col->{'affinity'} //= "string" |
| 198 | 0 | 0 | $col->{'affinity'} //= "numeric" |
| 199 | 0 | 0 | $col->{'affinity'} //= "string" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 0 | 0 | 0 | $p{'dbh'} // $s->dbh |
| 33 | 0 | 0 | 0 | $p{'dbh'} // $s->dbh |
| 35 | 0 | 0 | 0 | $p{'dbh'} // $s->dbh |
| 36 | 0 | 0 | 0 | $p{'dbh'} // $s->dbh |
| 37 | 0 | 0 | 0 | $p{'dbh'} // $s->dbh |
| 38 | 0 | 0 | 0 | $p{'dbh'} // $s->dbh |
| 39 | 0 | 0 | 0 | $p{'dbh'} // $s->dbh |
| 40 | 0 | 0 | 0 | $p{'dbh'} // $s->dbh |
| 196 | 0 | 0 | 0 | affinity_from_type($res->{'udt_name'}) // affinity_from_type($res->{'data_type'}) |
| 0 | 0 | 0 | $col->{'affinity'} //= affinity_from_type($res->{'udt_name'}) // affinity_from_type($res->{'data_type'}) |