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