blib/lib/Net/Async/Redis/XS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 5 | 0.0 |
line | l | !l | condition |
---|---|---|---|
60 | 0 | 0 | $self->{'protocol_level'} || 'resp3' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
55 | 0 | 0 | 0 | $self->{'wire_protocol'} ||= do { "Net::Async::Redis::Protocol::XS"->new("handler", $self->curry::weak::on_message, "pubsub", $self->curry::weak::handle_pubsub_message, "error", $self->curry::weak::on_error_message, "protocol", $self->{'protocol_level'} || 'resp3') } |