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