Branch Coverage

blib/lib/SSH/RPC/Client.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
89 0 0 if (blessed($_[0]) and $_[0]->isa('Net::OpenSSH')) { }
0 0 elsif (ref $_[0] eq 'HASH') { }
93 0 0 unless my $host = $opts->{'host'}
128 0 0 if ($ssh) { }
130 0 0 if ($out = $ssh->capture({'stdin_data', $json, 'ssh_opts', ['-T']})) { }
132 0 0 if ($@)