blib/lib/Gearman/Server/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 35 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
229 | 0 | 0 | 0 | $line and $line =~ /^(\w+)\s*(.*)/ |
279 | 0 | 0 | 0 | $job and $job->worker == $self |
296 | 0 | 0 | 0 | $job and $job->worker == $self |
316 | 0 | 0 | 0 | $job and $job->worker == $self |
338 | 0 | 0 | 0 | $job and $job->worker == $self |
line | l | !l | condition |
---|---|---|---|
149 | 0 | 0 | $self->{'fast_read'} || 61440 |
649 | 0 | 0 | $queued_funcs{$func} || 0 |
650 | 0 | 0 | $running_funcs{$func} || 0 |
651 | 0 | 0 | $can{$func} || 0 |
725 | 0 | 0 | $jobs_by_client{$client} ||= [] |
733 | 0 | 0 | $jobs_by_client{$client} || [] |
753 | 0 | 0 | shift() || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
178 | 0 | 0 | 0 | length $$cref < 61440 or $limit-- < 1 |
767 | 0 | 0 | 0 | $ct{$n} > 1 or $args eq 'all' |