Branch Coverage

blib/lib/Net/SSH.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
64 0 0 unless @Net::SSH::ssh_options
66 0 0 if $Net::SSH::DEBUG
82 0 0 if (&_yesno)
106 0 0 if (ref $_[0]) { }
109 0 0 if exists $$opt{'user'}
111 0 0 if exists $$opt{'args'}
122 0 0 unless my $pid = sshopen3($host, $writer, $reader, $error, @command)
124 0 0 if defined $stdin_string
136 0 0 unless (defined $bytes)
140 0 0 unless $bytes
141 0 0 if ($handle eq $reader) { }
0 0 elsif ($handle eq $error) { }
152 0 0 if length $error_stream
166 0 0 unless @Net::SSH::ssh_options
178 0 0 unless @Net::SSH::ssh_options
195 0 0 if ($ssh_version =~ /.*OpenSSH[-|_](\w+)\./ and $1 == 1) { }
201 0 0 if ($ssh_version =~ /.*OpenSSH[-|_](\w+)\./ and $1 > 1)