blib/lib/File/GetLineMaxLength.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 14 | 71.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
95 | 0 | 0 | 111 | @_ >= 1 and @_ <= 2 |
157 | 8084 | 106 | 6 | $MaxLength and length $$Buffer > $MaxLength + length($EOL) |
line | l | !l | condition |
---|---|---|---|
107 | 11 | 100 | int(shift() || 0) || 4096 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
93 | 0 | 111 | 0 | ref $Proto || $Proto |
144 | 1000065 | 199 | 188 | not $MaxLength or $FoundLineLen <= $MaxLength |