blib/lib/SQL/Translator/Parser/DBI/PostgreSQL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 10 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
135 | 0 | 0 | 0 | $columnhash->{'length'} > 0 and $columnhash->{'length'} <= 65535 |
line | l | !l | condition |
---|---|---|---|
113 | 0 | 0 | $schema->add_table('name', $table_name) || die($schema->error) |
131 | 0 | 0 | $table->add_field('name', $columnhash->{'attname'}, 'default_value', $columnhash->{'adsrc'}, 'data_type', $columnhash->{'typname'}, 'order', $columnhash->{'attnum'}) || die($table->error) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
146 | 0 | 0 | 0 | $indexhash->{'indkey'} eq "" or not defined $indexhash->{'indkey'} |