Condition Coverage

blib/lib/SQL/Translator/Parser/DBI/Oracle.pm
Criterion Covered Total %
condition 0 4 0.0


or 2 conditions

line l !l condition
63 0 0 $table->add_field('name', $column->{'COLUMN_NAME'}, 'default_value', $column->{'COLUMN_DEF'}, 'data_type', $column->{'TYPE_NAME'}, 'order', $column->{'ORDINAL_POSITION'}, 'size', $column->{'COLUMN_SIZE'}) || die($table->error)
109 0 0 $table->add_constraint('type', 'FOREIGN KEY', 'name', $name, 'fields', $cons->{$name}{'fields'}, 'reference_fields', $cons->{$name}{'reference_fields'}, 'reference_table', $cons->{$name}{'reference_table'}) || die($table->error)