| blib/lib/Cisco/SNMP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 20 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 68 | 0 | 0 | 0 | $params{'version'} =~ /[1,2]/ and not defined $params{'community'} |
| 262 | 0 | 0 | 0 | @oids == 0 and @vals == 0 |
| 321 | 0 | 0 | 0 | defined $h{'port'} and !($h{'port'} =~ /^\d{1,5}$/) || $h{'port'} < 1 || $h{'port'} > 65535 |
| 347 | 0 | 0 | 0 | defined $ret and inet_ntoa($ret) eq $h{'host'} |
| line | l | !l | condition |
|---|---|---|---|
| 181 | 0 | 0 | $idx1 || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 0 | 0 | 0 | ref $self || $self |
| 321 | 0 | 0 | 0 | !($h{'port'} =~ /^\d{1,5}$/) || $h{'port'} < 1 || $h{'port'} > 65535 |