Condition Coverage

blib/lib/AnyEvent/Beanstalk/Worker.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
105 0 0 0 $self->max_jobs and $self->handled_jobs >= $self->max_jobs
110 0 0 0 not $self->job_count and $self->{'_stop_tries'}
222 0 0 0 $self->max_jobs and $self->handled_jobs >= $self->max_jobs
0 0 0 $self->max_jobs and $self->handled_jobs >= $self->max_jobs and not $self->job_count

or 2 conditions

line l !l condition
28 0 0 $args{'max_stop_tries'} // 3
29 0 0 $args{'max_jobs'} || 0
30 0 0 $args{'concurrency'} || 1
31 0 0 $args{'log_level'} // 4
33 0 0 $args{'reserve_timeout'} || 1
37 0 0 $args{'release_delay'} || 3
71 0 0 $args{'beanstalk_host'} ||= 'localhost'
72 0 0 $args{'beanstalk_port'} ||= 11300
88 0 0 shift() || '(unknown)'
119 0 0 $qresp //= ''