| blib/lib/HTTP/Request/Generator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 20 | 85.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 175 | 10 | 1 | $limit and @res > $limit |
| 341 | 17614 | 4 | 12 | $req->{'port'} and $req->{'port'} != $uri->default_port |
| line | l | !l | condition |
|---|---|---|---|
| 252 | 0 | 25 | delete $options{'wrap'} || sub { wantarray ? @_ : $_[0]; } |
| 259 | 18 | 7 | $options{'query_params'} || {} |
| 260 | 2 | 23 | $options{'body_params'} || {} |
| 261 | 17 | 8 | $options{'url_params'} || {} |
| 264 | 0 | 150 | $options{"fixed_$_"} ||= {} |
| 272 | 0 | 75 | $args{$_} ||= {} |
| 293 | 27 | 48 | $options{"fixed_$_"} || {} |