| blib/lib/Mojo/WebSocketProxy/Backend/JSONRPC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 18 | 44.4 |
| line | l | !l | condition |
|---|---|---|---|
| 87 | 0 | 21 | $req_storage->{'call_params'} ||= {} |
| 91 | 21 | 0 | delete $req_storage->{'before_get_rpc_response'} || [] |
| 92 | 21 | 0 | delete $req_storage->{'after_got_rpc_response'} || [] |
| 93 | 21 | 0 | delete $req_storage->{'before_call'} || [] |
| 94 | 0 | 21 | delete $req_storage->{'rpc_failure_cb'} || 0 |
| 122 | 0 | 0 | $err->{'code'} // 'n/a' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 79 | 0 | 21 | 0 | $req_storage->{'url'} // $self->url |
| 85 | 2 | 19 | 0 | $req_storage->{'msg_type'} ||= $req_storage->{'method'} |