| blib/lib/SQL/Translator/Parser/DBI/PostgreSQL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 10 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 194 | 0 | 0 | 0 | $deconstruct_enum_types and $enum_types{$columnhash->{'atttypid'}} |
| line | l | !l | condition |
|---|---|---|---|
| 153 | 0 | 0 | $schema->add_table('name', $table_name) || die($schema->error) |
| 177 | 0 | 0 | $table->add_field('name', $columnhash->{'attname'}, 'data_type', $type, 'order', $columnhash->{'attnum'}) || die($table->error) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 213 | 0 | 0 | 0 | $indexhash->{'indkey'} eq "" or not defined $indexhash->{'indkey'} |