| blib/lib/Net/SSH/Perl/Buffer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 10 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 186 | 0 | 0 | 0 | $len == 2049 and ord substr($num, 0, 1) != 0 |
| line | l | !l | condition |
|---|---|---|---|
| 17 | 20 | 1 | $param{'MP'} or "SSH1" |
| 46 | 61 | 63 | $off ||= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 186 | 0 | 0 | 0 | $len > 2049 or $len == 2049 and ord substr($num, 0, 1) != 0 |