blib/lib/Net/SSH/Perl/Buffer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 10 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
188 | 0 | 0 | 0 | $len == 2049 and ord substr($num, 0, 1) != 0 |
line | l | !l | condition |
---|---|---|---|
19 | 3 | 1 | $param{'MP'} or 'SSH1' |
48 | 47 | 11 | $off ||= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
188 | 0 | 0 | 0 | $len > 2049 or $len == 2049 and ord substr($num, 0, 1) != 0 |