Condition Coverage

blib/lib/Net/SSH/Perl/Util/Hosts.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
18 0 0 0 defined $port and $port != 22
54 0 0 0 $h eq $checkhost and $key->ssh_name eq $fkey->ssh_name
70 0 0 0 defined $port and $port != 22
126 0 0 0 $ip and defined $port
0 0 0 $ip and defined $port and $port != 22
128 0 0 0 defined $port and $port != 22
158 0 0 0 $ip and defined $port
0 0 0 $ip and defined $port and $port != 22
160 0 0 0 defined $port and $port != 22
197 0 0 0 $h eq $checkhost and $key->equal($fkey)