| blib/lib/Net/ICAP/Server.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 209 | 0 | 0 | 0 | $method eq 'REQMOD' and defined $reqmod |
| 0 | 0 | 0 | $method eq 'RESPMOD' and defined $respmod | |
| 269 | 0 | 0 | 0 | defined $c and $c eq 'close' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 208 | 0 | 0 | 0 | $method eq 'OPTIONS' or $services{$service} eq $method |
| 262 | 0 | 0 | 0 | $max_r == 0 or $counter < $max_r |