Condition Coverage

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


and 3 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
72 0 0 0 ref $proto || $proto