| blib/lib/Fluent/Logger.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 25 | 36.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 119 | 17 | 0 | 0 | $self->socket_io and not $force |
| 226 | 2 | 10 | 16 | $errors and length $self->pending <= $self->buffer_limit |
| 250 | 0 | 0 | 2 | $written and $acked |
| 293 | 0 | 0 | 0 | @acks > 0 and length $buf == 0 |
| 298 | 0 | 0 | 0 | $unique_key and ref $ack eq 'HASH' |
| line | l | !l | condition |
|---|---|---|---|
| 171 | 28 | 0 | $tag || '' |
| 177 | 0 | 0 | $tag || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 153 | 2 | 0 | 0 | $@ or not $written |
| 242 | 10 | 0 | 2 | not $self->socket_io or $self->owner_pid != $$ |