blib/lib/Mojo/RabbitMQ/Client/Channel.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 12 | 8.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
175 | 0 | 0 | 0 | $self->is_open and $self->is_active |
553 | 0 | 0 | 0 | defined $args{'delivery_tag'} && $args{'delivery_tag'} != 0 |
line | l | !l | condition |
---|---|---|---|
10 | 0 | 5 | $ENV{'MOJO_RABBITMQ_DEBUG'} // 0 |
70 | 0 | 0 | $self->consumer_cbs->{$method_frame->consumer_tag} || sub { } |
86 | 0 | 0 | $self->return_cbs->{$method_frame->exchange . '_' . $method_frame->routing_key} || sub { } |