blib/lib/Async/MicroserviceReq.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
53 | 0 | 0 | ($self->headers->header('Accept') // '') eq 'application/json' ? : |
83 | 0 | 0 | defined $_ ? : |
85 | 0 | 0 | unless ($headers_as_hash{'content-type'}) |
86 | 0 | 0 | $self->want_json ? : |
90 | 0 | 0 | if ($self->want_json and not ref $payload and not $headers_as_hash{'content-type'}) |
94 | 0 | 0 | if ($status < 400) { } |
108 | 0 | 0 | if (ref $payload) |
131 | 0 | 0 | unless (-r $static_file) |
137 | 0 | 0 | if $content_cb |
150 | 0 | 0 | unless my($content) = @_ |