blib/lib/Farly/IPv4/ICMPType.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 9 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
20 | 0 | 0 | 92 | $type >= -1 and $type <= 255 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
17 | 23 | 69 | 0 | $type =~ /^\d+$/ or $type =~ /^-1$/ |
59 | 1 | 1 | 1 | $self->contains($other) or $other->contains($self) |