blib/lib/Farly/IPv4/Object.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 15 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
20 | 26 | 0 | 22 | $self->first == $other->first && $self->last == $other->last && $self->size == $other->size |
31 | 38 | 43 | 44 | $self->first <= $other->first && $self->last >= $other->last |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
41 | 0 | 0 | 1 | $self->first <= $other->first && $other->first <= $self->last || $self->first <= $other->last && $other->last <= $self->last || $other->first <= $self->first && $self->first <= $other->last |
70 | 3 | 2 | 2 | $self->last + 1 == $other->first || $other->last + 1 == $self->first |
80 | 68 | 5 | 42 | $self->first <=> $other->first || $other->last <=> $self->last |