| lib/LWP/CurlLog.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 6 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 31 | 0 | 2 | 0 | $request->method and $request->method ne 'GET' || $request->content_length |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 0 | 0 | 2 | $request->method ne 'GET' || $request->content_length |