Condition Coverage

blib/lib/Metabrik/Client/Ssh.pm
Criterion Covered Total %
condition 0 31 0.0


and 3 conditions

line !l l&&!r l&&r condition
83 0 0 0 $self->use_publickey and not $publickey
86 0 0 0 $self->use_publickey and not $privatekey

or 2 conditions

line l !l condition
196 0 0 $stdout_file ||= "/dev/null"
197 0 0 $stderr_file ||= "/dev/null"

or 3 conditions

line l !l&&r !l&&!r condition
73 0 0 0 $hostname ||= $self->hostname
74 0 0 0 $port ||= $self->port
75 0 0 0 $username ||= $self->username
76 0 0 0 $password ||= $self->password
223 0 0 0 $channel ||= $self->_channel
256 0 0 0 $channel ||= $self->_channel
272 0 0 0 $channel ||= $self->_channel