Branch Coverage

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


line true false branch
90 0 0 if (&blessed($_[0]) and $_[0]->isa('Net::OpenSSH')) { }
0 0 elsif (ref $_[0] eq 'HASH') { }
94 0 0 unless my $host = $opts->{'host'}
129 0 0 if ($ssh) { }
131 0 0 if ($out = $ssh->capture({'stdin_data', $json, 'ssh_opts', ['-T']})) { }
133 0 0 if ($@)