Condition Coverage

blib/lib/Dancer2/Plugin/RPC/XMLRPC.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
83 0 0 0 &blessed($continue) && $continue->isa('Dancer2::RPCPlugin::CallbackResult')
0 0 0 &blessed($continue) and not $continue->success
111 0 0 0 &blessed($response) and $response->can('as_xmlrpc_fault')
136 0 0 0 ref $data eq 'HASH' and exists $data->{'faultCode'}