blib/lib/Pepper/PlackHandler.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
31 | 0 | 0 | 0 | $self->{'request'} and $self->{'response'} |
53 | 0 | 0 | 0 | $request_body_content and $request_body_type eq 'application/json' |
70 | 0 | 0 | 0 | scalar @values > 1 and $v ne 'client_connection_id' |
99 | 0 | 0 | 0 | $cookie_details->{'name'} and $cookie_details->{'value'} |
line | l | !l | condition |
---|---|---|---|
102 | 0 | 0 | $cookie_details->{'days_to_live'} ||= 10 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
90 | 0 | 0 | 0 | $self->{'auth_token'} ||= $self->{'params'}{'auth_token'} |