| blib/lib/Net/IPAddress/Util/Range.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 55 | 0 | 56 | $arg_ref->{'lower'} and $arg_ref->{'upper'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 0 | 111 | 0 | ref $class || $class |
| 118 | 16 | 32 | 18 | $bounds->{'upper'} > $self->{'upper'} or $bounds->{'lower'} < $self->{'lower'} |
| 150 | 0 | 0 | 0 | $self->{'lower'} <=> $rhs->{'lower'} || $self->{'upper'} <=> $rhs->{'upper'} |