| blib/lib/Gearman/Server.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 26 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 107 | 0 | 0 | 0 | $wakeup < 0 and $wakeup != -1 |
| 115 | 0 | 0 | 0 | $wakeup_delay < 0 and $wakeup_delay != -1 |
| 429 | 0 | 0 | 0 | defined $max and length $max |
| 0 | 0 | 0 | defined $max and length $max and $max >= 0 | |
| 470 | 0 | 0 | 0 | $c and not $c->{'closed'} |
| line | l | !l | condition |
|---|---|---|---|
| 279 | 0 | 0 | $self->{'job_queue'}{$job->{'func'}} ||= [] |
| 374 | 0 | 0 | $self->{'sleepers'}{$cd} ||= {} |
| 379 | 0 | 0 | $self->{'sleepers_list'}{$cd} ||= [] |
| 450 | 0 | 0 | $self->{'job_of_uniq'}{$func} ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 346 | 0 | 0 | 0 | $c->{'closed'} or not $c->{'sleeping'} |