| blib/lib/Pepper/PlackHandler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 14 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 31 | 0 | 0 | unless $self->{'request'} and $self->{'response'} | 
| 53 | 0 | 0 | if ($request_body_content and $request_body_type eq 'application/json') | 
| 55 | 0 | 0 | if (ref $json_params eq 'HASH') | 
| 66 | 0 | 0 | if $self->{'params'}{$v} | 
| 70 | 0 | 0 | if (scalar @values > 1 and $v ne 'client_connection_id') { } | 
| 0 | 0 | elsif (length $values[0]) { } | |
| 99 | 0 | 0 | unless $cookie_details->{'name'} and $cookie_details->{'value'} |