blib/lib/Async/MicroserviceReq.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 10 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
90 | 0 | 0 | 0 | $self->want_json and not ref $payload |
0 | 0 | 0 | $self->want_json and not ref $payload and not $headers_as_hash{'content-type'} |
line | l | !l | condition |
---|---|---|---|
53 | 0 | 0 | $self->headers->header('Accept') // '' |
135 | 0 | 0 | 'Plack::MIME'->mime_type($static_file) || 'text/plain' |