blib/lib/Mojo/WebSocketProxy/Backend.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 12 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
125 | 12 | 8 | 0 | ref $rpc_response eq 'HASH' and exists $rpc_response->{'error'} |
148 | 12 | 7 | 1 | ref $rpc_response eq 'HASH' and $rpc_response->{'stash'} |
171 | 12 | 0 | 8 | ref $rpc_response eq 'HASH' and keys %$rpc_response == 1 |
12 | 7 | 1 | ref $rpc_response eq 'HASH' and keys %$rpc_response == 1 and exists $rpc_response->{'status'} |