line |
!l |
l&&!r |
l&&r |
condition |
236
|
0 |
0 |
0 |
$self->table eq $other->table and $self->columns_sql eq $other->columns_sql |
|
0 |
0 |
0 |
$self->table eq $other->table and $self->columns_sql eq $other->columns_sql and $self->references_sql eq $other->references_sql |
|
0 |
0 |
0 |
$self->table eq $other->table and $self->columns_sql eq $other->columns_sql and $self->references_sql eq $other->references_sql and uc $self->match eq uc $other->match |
|
0 |
0 |
0 |
$self->table eq $other->table and $self->columns_sql eq $other->columns_sql and $self->references_sql eq $other->references_sql and uc $self->match eq uc $other->match and uc $self->on_delete eq uc $other->on_delete |