blib/lib/Gearman/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
329 | 0 | 0 | 0 | $client and $line =~ /^\s+(\S+)\s+(\S*)\s+(\S+)$/ |
489 | 0 | 0 | 0 | $res and $res->{'type'} eq 'error' |
494 | 0 | 0 | 0 | $res and $res->{'type'} eq 'status_res' |
545 | 0 | 0 | 0 | defined $disabled_until and $disabled_until > &Time::HiRes::time() |
562 | 0 | 0 | 0 | $self->{'exceptions'} and not $self->_option_request($sock, 'exceptions') |
line | l | !l | condition |
---|---|---|---|
331 | 0 | 0 | $js_clients->{$hostport}{$client} ||= {} |
543 | 0 | 0 | $self->{'sock_info'}{$self->_js_str($js)} ||= {} |
581 | 0 | 0 | $getter ||= sub { my $js = shift(); return $self->_get_js_sock($js); } |