blib/lib/DBIx/DBSchema/DBD/mysql.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
134 | 0 | 0 | 0 | $column_obj->quoted_default =~ /^(NOW)\(\)$/i and $column_obj->type =~ /^(TIMESTAMP|DATETIME)$/i |
169 | 0 | 0 | 0 | $canonical_length{uc $new_column->type} and ($new_column->length || '') eq '' |
line | l | !l | condition |
---|---|---|---|
169 | 0 | 0 | $new_column->length || '' |
174 | 0 | 0 | $old_column->length || '' |
0 | 0 | $new_column->length || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
174 | 0 | 0 | 0 | uc $old_column->type ne uc $new_column->type or ($old_column->length || '') ne ($new_column->length || '') |