| blib/lib/Fluent/Logger.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 25 | 36.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 118 | 17 | 0 | 0 | $self->socket_io and not $force |
| 225 | 2 | 10 | 16 | $errors and length $self->pending <= $self->buffer_limit |
| 249 | 0 | 0 | 2 | $written and $acked |
| 289 | 0 | 0 | 0 | @acks > 0 and length $buf == 0 |
| 294 | 0 | 0 | 0 | $unique_key and ref $ack eq 'HASH' |
| line | l | !l | condition |
|---|---|---|---|
| 170 | 28 | 0 | $tag || '' |
| 176 | 0 | 0 | $tag || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 152 | 2 | 0 | 0 | $@ or not $written |
| 239 | 10 | 0 | 2 | not $self->socket_io or $self->owner_pid != $$ |