blib/lib/Dancer/Plugin/RPC/JSONRPC.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 11 | 81.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 0 | 1 | 10 | &blessed($continue) && $continue->isa('Dancer::RPCPlugin::CallbackResult') |
0 | 9 | 1 | &blessed($continue) and not $continue->success | |
142 | 5 | 1 | 1 | &blessed($result) and $result->can('as_jsonrpc_error') |
line | l | !l | condition |
---|---|---|---|
25 | 15 | 1 | $arguments->{'publish'} // 'config' |