line |
!l |
l&&!r |
l&&r |
condition |
32
|
0 |
0 |
1 |
!$ENV{'PLACK_NO_SENDFILE'} && try(sub {
require AnyEvent::AIO;
require IO::AIO;
1;
}
) |
142
|
0 |
0 |
0 |
$! != 11 and $! != 4 |
|
0 |
0 |
0 |
$! != 11 and $! != 4 and $! != -1e+99 |
|
0 |
0 |
0 |
$! and ($! != 11 and $! != 4 and $! != -1e+99) |
198
|
0 |
0 |
0 |
blessed $res and $res->isa('AnyEvent::CondVar') |
308
|
0 |
0 |
0 |
defined wantarray && &AE::cv() |
312
|
0 |
0 |
0 |
$! != 11 and $! != 4 |
|
0 |
0 |
0 |
$! != 11 and $! != 4 and $! != -1e+99 |
|
0 |
0 |
0 |
not defined $written and ($! != 11 and $! != 4 and $! != -1e+99) |
328
|
0 |
0 |
0 |
$! != 11 and $! != 4 |
|
0 |
0 |
0 |
$! != 11 and $! != 4 and $! != -1e+99 |
355
|
0 |
0 |
0 |
blessed $body and $body->can('string_ref') |
416
|
0 |
0 |
0 |
HAS_AIO and -s $body |
425
|
0 |
0 |
0 |
$ret == -1 and not $! == 11 || $! == 4 |