| blib/lib/Net/SNMP/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 21 | 29 | 72.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 798 | 12 | 0 | 1 | $nonblocking and not $value->nonblocking |
| 803 | 0 | 11 | 1 | not $nonblocking and $value->nonblocking |
| 830 | 0 | 2 | 11 | not $type and defined $value |
| 903 | 1 | 0 | 1 | $nonblocking and not $snmpobj->nonblocking |
| 906 | 0 | 0 | 1 | not $nonblocking and $snmpobj->nonblocking |
| 940 | 28 | 26 | 0 | $type and $type ne 'ARRAY' |
| 1270 | 10 | 2 | 38 | defined $table and %{$table;} |
| line | l | !l | condition |
|---|---|---|---|
| 713 | 153 | 80 | $$self{'curoids'}[$i] ||= undef |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 626 | 42 | 0 | 210 | not $name =~ /^\.?\Q$baseoid.\E(.+)$/ or $type == ENDOFMIBVIEW() |
| 697 | 35 | 53 | 511 | not $name =~ /^\.?\Q$baseoid.\E(.+)$/ or $type == ENDOFMIBVIEW() |