Condition Coverage

blib/lib/Log/Log4perl/Appender/RabbitMQ.pm
Criterion Covered Total %
condition 8 13 61.5


and 3 conditions

line !l l&&!r l&&r condition
146 2 0 2 not $successful and $try <= $retries
171 0 0 2 exists $self->{'mq'} and defined $self->{'mq'}

or 2 conditions

line l !l condition
79 0 2 $args{'host'} || 'localhost'
1 1 $args{'routing_key'} || '%c'

or 3 conditions

line l !l&&r !l&&!r condition
117 2 0 3 not $self->{'_is_connected'} or $$ != $self->{'pid'}