blib/lib/Netstack/Utils/Set.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 9 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
184 | 1 | 0 | 19 | @_ == 1 and ref $_[0] eq "Netstack::Utils::Set" |
311 | 0 | 0 | 0 | \@{$self->mins} ~~ \@{$setObj->mins} && \@{$self->maxs} ~~ \@{$setObj->maxs} |
411 | 1 | 0 | 4 | $i < $self->length and $j < $setObj->length |