| blib/lib/SQL/Translator/Parser/DBI/Sybase.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 4 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 191 | 0 | 0 | $schema->add_table('name', $table_info->{'TABLE_NAME'}, 'type', $table_info->{'TABLE_TYPE'}) || die($schema->error) |
| 207 | 0 | 0 | $table->add_field('name', $c->{'COLUMN_NAME'}, 'data_type', $c->{'TYPE_NAME'}, 'order', $c->{'ORDINAL_POSITION'}, 'size', $c->{'COLUMN_SIZE'}) || die($table->error) |