| blib/lib/Fluent/Logger.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 25 | 36.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 121 | 17 | 0 | 0 | $self->socket_io and not $force |
| 228 | 2 | 10 | 16 | $errors and length $self->pending <= $self->buffer_limit |
| 252 | 0 | 0 | 2 | $written and $acked |
| 295 | 0 | 0 | 0 | @acks > 0 and length $buf == 0 |
| 300 | 0 | 0 | 0 | $unique_key and ref $ack eq "HASH" |
| line | l | !l | condition |
|---|---|---|---|
| 173 | 28 | 0 | $tag || '' |
| 179 | 0 | 0 | $tag || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 155 | 2 | 0 | 0 | $@ or not $written |
| 244 | 10 | 0 | 2 | not $self->socket_io or $self->owner_pid != $$ |