Condition Coverage

blib/lib/Gearman/Client.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
333 0 0 0 $client and $line =~ /^\s+(\S+)\s+(\S*)\s+(\S+)$/
499 0 0 0 $res and $res->{'type'} eq 'error'
504 0 0 0 $res and $res->{'type'} eq 'status_res'
555 0 0 0 defined $disabled_until and $disabled_until > &Time::HiRes::time()
572 0 0 0 $self->{'exceptions'} and not $self->_option_request($sock, 'exceptions')

or 2 conditions

line l !l condition
335 0 0 $js_clients->{$hostport}{$client} ||= {}
553 0 0 $self->{'sock_info'}{$self->_js_str($js)} ||= {}
591 0 0 $getter ||= sub { my $js = shift(); return $self->_get_js_sock($js); }