| blib/lib/LWP/Protocol/nntp.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 15 | 26.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 46 | 0 | 1 | 0 | $is_art and $method eq 'POST' |
| 96 | 0 | 0 | 0 | $method eq 'GET' and $response->is_success |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 30 | 0 | 1 | 0 | $scheme eq 'news' or $scheme eq 'nntp' |
| 37 | 1 | 0 | 0 | $method eq 'GET' or $method eq 'HEAD' |
| 1 | 0 | 0 | $method eq 'GET' or $method eq 'HEAD' or $method eq 'POST' |