blib/lib/Net/SSH/Perl/SSH1.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 8 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
136 | 0 | 0 | 0 | $cid = Net::SSH::Perl::Cipher::id("IDEA") and Net::SSH::Perl::Cipher::supported($cid, $supported_ciphers) |
0 | 0 | 0 | $cid = Net::SSH::Perl::Cipher::id("DES3") and Net::SSH::Perl::Cipher::supported($cid, $supported_ciphers) |
line | l | !l | condition |
---|---|---|---|
211 | 0 | 0 | $ssh->{'config'}->get('compression_level') || 6 |