Branch Coverage

blib/lib/SNMP/Insight/Session/NetSNMP.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
34 0 0 if SNMP::Insight::debug()
36 0 0 if $self->localaddr
37 0 0 if $self->localport
38 0 0 if $self->community
39 0 0 if $self->username
40 0 0 if $self->authkey
41 0 0 if $self->authpassword
42 0 0 if $self->authprotocol
43 0 0 if $self->privkey
44 0 0 if $self->privpassword
45 0 0 if $self->privprotocol
71 0 0 if SNMP::Insight::debug()
74 0 0 unless $result
85 0 0 if $oid eq '.'
87 0 0 if SNMP::Insight::debug()
91 0 0 if ($s->version == SNMP_VERSION_1()) { }
95 0 0 unless (oid_base_match($last_oid, $returned_oid))
119 0 0 unless (scalar @oids)
125 0 0 unless (oid_base_match($oid, $returned_oid))
130 0 0 if ($s->var_bind_types->{$returned_oid} == ENDOFMIBVIEW())