| blib/lib/AnyEvent/HTTPD/ExtDirect.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 10 | 26 | 38.4 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 41 | 20 | 0 | 0 | @_ == 1 && 'HASH' eq ref $_[0] | 
| 197 | 5 | 0 | 0 | $method ne 'GET' and $method ne 'POST' | 
| 286 | 9 | 0 | 3 | $req->param('extAction') && $req->param('extMethod') | 
| line | l | !l | condition | 
|---|---|---|---|
| 501 | 2 | 0 | $self->headers || {} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 45 | 0 | 20 | 0 | delete $arg{'api'} || 'RPC::ExtDirect'->get_api | 
| 46 | 20 | 0 | 0 | delete $arg{'config'} || $api->config | 
| 249 | 20 | 0 | 0 | $arg{'api_path'} || $config->api_path | 
| 250 | 20 | 0 | 0 | $arg{'router_path'} || $config->router_path | 
| 251 | 20 | 0 | 0 | $arg{'poll_path'} || $config->poll_path |