blib/lib/Net/SNMP/Interfaces.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 13 | 0.0 |
line | l | !l | condition |
---|---|---|---|
134 | 0 | 0 | $args{'Hostname'} || 'localhost' |
135 | 0 | 0 | $args{'Community'} || 'public' |
136 | 0 | 0 | $args{'Port'} || 161 |
137 | 0 | 0 | $args{'Version'} || 'snmpv1' |
0 | 0 | $args{'RaiseError'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
243 | 0 | 0 | 0 | $$self{'_lasterror'} || $self->session->error |