Condition Coverage

lib/Catalyst/Plugin/Server/XMLRPC.pm
Criterion Covered Total %
condition 0 19 0.0


and 2 conditions

line l !l condition
376 0 0 $c->req->xmlrpc->is_xmlrpc_request and scalar @{$c->error;}

and 3 conditions

line !l l&&!r l&&r condition
376 0 0 0 $c->req->xmlrpc->is_xmlrpc_request and $c->server->xmlrpc->private_methods->{$c->req->xmlrpc->method}
403 0 0 0 $req_error and ref $req_error eq 'ARRAY'
411 0 0 0 $req_error and ref $req_error eq 'ARRAY'

or 2 conditions

line l !l condition
321 0 0 $c->dispatcher->dispatch_types || []

or 3 conditions

line l !l&&r !l&&!r condition
346 0 0 0 $c->action or $c->server->xmlrpc->private_methods->{$c->req->xmlrpc->method}
401 0 0 0 scalar @{$c->error;} or $req_error