| blib/lib/Web/Request.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 22 | 72.7 |
| line | true | false | branch |
|---|---|---|---|
| 351 | 0 | 71 | if (defined $params->{'encoding'}) { } |
| 378 | 31 | 1 | if $self->has_encoding |
| 396 | 11 | 33 | unless defined $host |
| 406 | 0 | 0 | if length $path |
| 442 | 5 | 6 | unless ($self->env->{'psgix.input.buffered'}) |
| 447 | 0 | 11 | unless my $fh = $self->_input |
| 448 | 2 | 9 | unless my $cl = $self->content_length |
| 461 | 0 | 84 | unless $self->has_encoding |
| 468 | 87 | 0 | if (@_ > 0) |
| 471 | 86 | 1 | if (defined $encoding) { } |
| 479 | 86 | 1 | $self->_encoding_obj ? : |