| line |
l |
!l&&r |
!l&&!r |
condition |
|
56
|
877 |
67 |
0 |
$self->{'pid'} //= $$ |
|
158
|
1 |
0 |
1 |
$tx->error or not $tx->res->is_success |
|
|
1 |
0 |
1 |
$tx->error or not $tx->res->is_success or not $tx->keep_alive |
|
191
|
179 |
2 |
3 |
$proto eq "http" or $proto eq "https" |
|
|
181 |
0 |
3 |
$proto eq "http" or $proto eq "https" or $proto eq "http+unix" |
|
205
|
24 |
31 |
832 |
$found or not grep({$_ eq $name;} @$queued) |
|
302
|
80 |
0 |
871 |
$close or not $tx |
|
|
80 |
0 |
871 |
$close or not $tx or not $max |
|
|
0 |
20 |
851 |
$close or not $tx or not $max or not $tx->keep_alive |
|
|
20 |
2 |
849 |
$close or not $tx or not $max or not $tx->keep_alive or $tx->error |
|
327
|
0 |
914 |
0 |
$loop->next_tick(sub {
}
) or $loop->one_tick |
|
332
|
0 |
20 |
0 |
$self->{'connections'}{$id}{'timeout'} ||= $loop->timer($t, sub {
$self->_error($id, "Request timeout");
}
) |
|
345
|
12 |
10 |
2459 |
not my $tx = $c->{'tx'} or $c->{'writing'} |