lib/Net/IPTrie.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 33 | 57.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
155 | 9 | 0 | 3 | defined $address and not defined $iaddress |
182 | 365 | 87 | 1 | not $deep and $bit == $self->size - $prefix |
184 | 9 | 7 | 1 | $p->iaddress == $iaddress and $p->prefix == $prefix |
224 | 1 | 0 | 8 | defined $address and not defined $iaddress |
0 | 0 | 1 | defined $iaddress and not defined $address | |
232 | 9 | 0 | 0 | defined $n->iaddress and $n->iaddress == $iaddress |
344 | 0 | 0 | 5 | defined $code and ref $code eq 'CODE' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
59 | 0 | 2 | 0 | ref $proto || $proto |
147 | 3 | 9 | 0 | defined $address or defined $iaddress |
218 | 8 | 1 | 0 | defined $address or defined $iaddress |
264 | 0 | 1 | 0 | $root || $$self{'_trie'} |