Branch Coverage

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


line true false branch
350 0 0 unless (exists $args{'Session'} and ref $args{'Session'} eq 'Net::SNMP')
428 0 0 if (defined $iftype) { }
430 0 0 exists $IANAifType{$iftype} ? :
889 0 0 if $Net::SNMP::Interfaces::Details::AUTOLOAD =~ /DESTROY$/
893 0 0 if (not exists $OIDS{$name}) { }
908 0 0 if (defined($response = $self->session->get_request($oid))) { }