Condition Coverage

blib/lib/DBIx/DBSchema/DBD/mysql.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

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 ''

or 2 conditions

line l !l condition
169 0 0 $new_column->length || ''
174 0 0 $old_column->length || ''
0 0 $new_column->length || ''

or 3 conditions

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 || '')