blib/lib/JSON/RPC2/AnyEvent/Server/PSGI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
21 | 5 | 14 | if ($req->method eq 'GET' or $req->method eq 'HEAD') { } |
14 | 0 | elsif ($req->method eq 'POST') { } | |
24 | 6 | 8 | $req->content_type =~ m[^application/x-www-form-urlencoded$]i ? : |
62 | 2 | 17 | unless $cv |