| line |
!l |
l&&!r |
l&&r |
condition |
|
31
|
0 |
0 |
2 |
defined $alias and length $alias |
|
34
|
0 |
0 |
2 |
defined $worker and ref $worker eq 'CODE' |
|
38
|
0 |
0 |
2 |
defined $worker_limit and $worker_limit > 0 |
|
59
|
1 |
0 |
0 |
defined $poll_interval and $poll_interval > 0 |
|
63
|
0 |
0 |
1 |
defined $ack_alias and length $ack_alias |
|
66
|
0 |
0 |
1 |
defined $ack_state and length $ack_state |
|
233
|
7 |
0 |
0 |
defined $is_timed and $is_timed == 31415 |
|
241
|
0 |
6 |
11 |
not $$heap{'stopped'} and $$heap{'worker_count'} < $$heap{'worker_limit'} |
|
253
|
1 |
0 |
0 |
defined $$heap{'poll_interval'} and not $$heap{'pending_polls'} |
|
269
|
0 |
15 |
15 |
not $$heap{'stopped'} and $$heap{'worker_count'} < $$heap{'worker_limit'} |