| lib/Bot/BasicBot/Pluggable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 18 | 55.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 119 | 0 | 0 | 14 | $m and ref $m |
| 243 | 216 | 0 | 0 | $logger->is_trace and @args |
| 314 | 754 | 0 | 0 | $logger->is_trace and $mess |
| 323 | 232 | 309 | 213 | $priority and $response |
| line | l | !l | condition |
|---|---|---|---|
| 184 | 0 | 10 | $xb->get('user_priority') || $xb->get('priority') || 0 |
| 0 | 10 | $xa->get('user_priority') || $xa->get('priority') || 0 | |
| 221 | 6 | 5 | $self->{'loglevel'} && uc $self->{'loglevel'} || 'WARN' |