blib/lib/Dancer/Plugin/RPC/XMLRPC.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 14 | 14.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
88 | 0 | 0 | 0 | &blessed($continue) && $continue->isa('Dancer::RPCPlugin::CallbackResult') |
0 | 0 | 0 | &blessed($continue) and not $continue->success | |
116 | 0 | 0 | 0 | &blessed($response) and $response->can('as_xmlrpc_fault') |
134 | 0 | 0 | 0 | ref $data eq 'HASH' and exists $data->{'faultCode'} |
line | l | !l | condition |
---|---|---|---|
27 | 13 | 1 | $arguments->{'publish'} // 'config' |