blib/lib/Dancer2/Plugin/RPC/JSONRPC.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 9 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
88 | 0 | 0 | 12 | &blessed($continue) && $continue->isa('Dancer2::RPCPlugin::CallbackResult') |
0 | 11 | 1 | &blessed($continue) and not $continue->success | |
123 | 8 | 1 | 1 | &blessed($result) and $result->can('as_jsonrpc_error') |