blib/lib/Net/SSH/Perl/Config.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 21 | 42.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
70 | 0 | 0 | 48 | $key and $args |
82 | 0 | 0 | 6 | $key and $args |
121 | 0 | 0 | 0 | $p == &PROTOCOL_SSH1() and not $cfg->{'o'}{'protocol'} & &PROTOCOL_SSH2() |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
68 | 6 | 0 | 48 | not /\S/ or /^#/ |
71 | 33 | 1 | 14 | $cfg->{'_state'}{'host_matched'} or $key eq "Host" |
92 | 0 | 6 | 6 | $host eq "*" or $cfg->{'_state'}{'host'} =~ /^$hostre$/ |
118 | 0 | 0 | 0 | $p == 1 or $p == 2 |