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