line |
true |
false |
branch |
301
|
0 |
0 |
if ($c->req->path =~ /$path/) { }
|
307
|
0 |
0 |
if $Debug
|
309
|
0 |
0 |
unless $c->req->xmlrpc->_deserialize_xml($c)
|
325
|
0 |
0 |
unless $_->isa($dp_ns . 'XMLRPCPath')
|
346
|
0 |
0 |
unless ($c->action or $c->server->xmlrpc->private_methods->{$c->req->xmlrpc->method})
|
360
|
0 |
0 |
if $c->server->xmlrpc->config->convert_params
|
376
|
0 |
0 |
if ($c->req->xmlrpc->is_xmlrpc_request and scalar @{$c->error;}) { }
|
|
0 |
0 |
elsif ($c->req->xmlrpc->is_xmlrpc_request and $c->server->xmlrpc->private_methods->{$c->req->xmlrpc->method}) { }
|
393
|
0 |
0 |
if ($c->req->xmlrpc->is_xmlrpc_request)
|
401
|
0 |
0 |
if (scalar @{$c->error;} or $req_error) { }
|
402
|
0 |
0 |
if ($c->server->xmlrpc->config->show_errors) { }
|
403
|
0 |
0 |
if ($req_error and ref $req_error eq 'ARRAY') { }
|
411
|
0 |
0 |
if ($req_error and ref $req_error eq 'ARRAY') { }
|
424
|
0 |
0 |
if (exists $c->stash->{'xmlrpc'}) { }
|
440
|
0 |
0 |
if $Debug
|