Branch Coverage

blib/lib/Net/SNMP/Interfaces.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
148 0 0 unless (defined $session)
150 0 0 if ($$self{'_raise'}) { }
168 0 0 unless (defined($response = $session->get_table($ifIndex)))
170 0 0 if ($$self{'_raise'}) { }
189 0 0 if (defined($description = $session->get_request($this_desc))) { }
259 0 0 exists $$self{'_snmp_session'} ? :
288 0 0 wantarray ? :
304 0 0 if (defined $index) { }
335 0 0 if $Net::SNMP::Interfaces::AUTOLOAD =~ /DESTROY$/
337 0 0 unless $name
338 0 0 unless exists $$self{'_desc2index'}{$name}