| blib/lib/Log/Log4perl/Appender/RabbitMQ.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 13 | 61.5 |
| 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'} |
| line | l | !l | condition |
|---|---|---|---|
| 79 | 0 | 2 | $args{'host'} || 'localhost' |
| 1 | 1 | $args{'routing_key'} || '%c' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 117 | 2 | 0 | 3 | not $self->{'_is_connected'} or $$ != $self->{'pid'} |