| blib/lib/MCE/Core/Input/Request.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 15 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 83 | 14 | 0 | 0 | length $_RS > 1 and substr($_RS, 0, 1) eq "\n" |
| 123 | 28 | 116 | 0 | $_chunk_id > 1 and $_chop_len |
| 148 | 2 | 0 | 0 | $_chop_len and substr($_, -$_chop_len) eq $_chop_str |
| 156 | 0 | 0 | 0 | $_chop_len and substr($_, -$_chop_len) eq $_chop_str |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 49 | 0 | 53 | 0 | $self->{'RS'} || $/ |