Condition Coverage

blib/lib/Test/Net/RabbitMQ.pm
Criterion Covered Total %
condition 15 24 62.5


and 3 conditions

line !l l&&!r l&&r condition
178 3 0 2 defined $consumer_tag and length $consumer_tag
334 0 0 2 defined $queue and length $queue
0 0 2 defined $queue and length $queue and $self->_queue_exists($queue)
339 0 0 10 defined $queue and length $queue
347 3 0 0 $self->queue && $self->queue eq $queue

or 2 conditions

line l !l condition
299 3 6 $self->bindings->{$exchange} || {}
414 1 12 $props || {}
448 2 3 $args ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
303 2 1 6 $pattern =~ /\#/ or $pattern =~ /\*/