blib/lib/NetApp/Filer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
398 | 0 | 0 | 0 | $stderr and not $args{'nonfatal'} |
860 | 0 | 0 | 0 | $args{'volume'} and $args{'volume'}->get_state('restricted') |
line | l | !l | condition |
---|---|---|---|
303 | 0 | 0 | $command[1] || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
143 | 0 | 0 | 0 | $telnet_session_by{join $;, $args{'hostname'}, $args{'username'}} ||= $self->_telnet_connect |
316 | 0 | 0 | 0 | $result =~ /^$command_first:/ or $result =~ /^$command_first $command_second:/ |