blib/lib/Alzabo/ForeignKey.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
70 | 0 | 0 | 0 | $c[0] eq '1' && $c[1] eq '1' |
79 | 0 | 0 | 0 | $c[0] eq '1' && $c[1] eq 'n' |
88 | 0 | 0 | 0 | $c[0] eq 'n' && $c[1] eq '1' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
104 | 0 | 0 | 0 | $self->id eq $other->id || $self->id eq $other->reverse->id |