| blib/lib/Gearman/Worker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 11 | 18.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 255 | 0 | 0 | 0 | $!{'EPIPE'} and $self->{'parent_pipe'} |
| 603 | 2 | 0 | 0 | $count && $count == scalar @job_servers |
| line | l | !l | condition |
|---|---|---|---|
| 204 | 0 | 0 | delete $opts{'stop_if'} || sub { 0; } |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 647 | 0 | 1 | 0 | $self->{'down_since'}{$js_str} ||= $now |