blib/lib/AnyEvent/HTTPD/ExtDirect.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 26 | 38.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
42 | 35 | 0 | 0 | @_ == 1 && 'HASH' eq ref $_[0] |
198 | 5 | 0 | 0 | $method ne 'GET' and $method ne 'POST' |
287 | 21 | 0 | 6 | $req->param('extAction') && $req->param('extMethod') |
line | l | !l | condition |
---|---|---|---|
507 | 2 | 0 | $self->headers || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
46 | 0 | 35 | 0 | delete $arg{'api'} || 'RPC::ExtDirect'->get_api |
47 | 35 | 0 | 0 | delete $arg{'config'} || $api->config |
250 | 35 | 0 | 0 | $arg{'api_path'} || $config->api_path |
251 | 35 | 0 | 0 | $arg{'router_path'} || $config->router_path |
252 | 35 | 0 | 0 | $arg{'poll_path'} || $config->poll_path |