blib/lib/DBIx/DBSchema/DBD/mysql.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 18 | 11.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
134 | 1 | 0 | 0 | $column_obj->quoted_default =~ /^(NOW)\(\)$/i and $column_obj->type =~ /^(TIMESTAMP|DATETIME)$/i |
143 | 0 | 0 | 1 | $column_obj->type =~ /(TEXT|BLOB)/i and defined $column_obj->default |
178 | 0 | 0 | 0 | $canonical_length{uc $new_column->type} and ($new_column->length || '') eq '' |
line | l | !l | condition |
---|---|---|---|
178 | 0 | 0 | $new_column->length || '' |
183 | 0 | 0 | $old_column->length || '' |
0 | 0 | $new_column->length || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
183 | 0 | 0 | 0 | uc $old_column->type ne uc $new_column->type or ($old_column->length || '') ne ($new_column->length || '') |