| blib/lib/Gearman/Client.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 24 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 317 | 0 | 0 | 0 | $client and $line =~ /^\s+(\S+)\s+(\S*)\s+(\S+)$/ |
| 481 | 0 | 0 | 0 | $res and $res->{'type'} eq 'error' |
| 486 | 0 | 0 | 0 | $res and $res->{'type'} eq 'status_res' |
| 537 | 0 | 0 | 0 | defined $disabled_until and $disabled_until > &Time::HiRes::time() |
| 554 | 0 | 0 | 0 | $self->{'exceptions'} and not $self->_option_request($sock, 'exceptions') |
| line | l | !l | condition |
|---|---|---|---|
| 319 | 0 | 0 | $js_clients->{$hostport}{$client} ||= {} |
| 535 | 0 | 0 | $self->{'sock_info'}{$hostport} ||= {} |
| 585 | 0 | 0 | $getter ||= sub { my $hostport = shift(); return $self->_get_js_sock($hostport); } |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 574 | 0 | 0 | 0 | $self->{'sock_cache'}{$hostport} ||= $sock |