line |
!l |
l&&!r |
l&&r |
condition |
30
|
0 |
0 |
0 |
not @inc_paths and defined(my $dir = shift @try_includes) |
|
0 |
0 |
0 |
not @inc_paths and defined(my $dir = shift @try_includes) and defined(my $cond = shift @try_includes) |
35
|
0 |
0 |
0 |
&$cond() and -f "$prefix/$dir/openssl/ssl.h" |
64
|
0 |
0 |
0 |
$Crypt::OpenSSL::Guess::Config{'cc'} =~ /gcc/ and -f "$dir/lib$p->[0].a" |
|
0 |
0 |
0 |
$Crypt::OpenSSL::Guess::Config{'cc'} =~ /gcc/ and -f "$dir/lib$p->[0].a" and -f "$dir/lib$p->[1].a" |
65
|
0 |
0 |
0 |
$Crypt::OpenSSL::Guess::Config{'cc'} =~ /cl/ and -f "$dir/$p->[0].lib" |
|
0 |
0 |
0 |
$Crypt::OpenSSL::Guess::Config{'cc'} =~ /cl/ and -f "$dir/$p->[0].lib" and -f "$dir/$p->[1].lib" |
92
|
0 |
0 |
0 |
not $other_try++ and $] >= 5.008001 |
114
|
0 |
0 |
0 |
$^O ne 'MSWin32' and my $prefix = readpipe |
141
|
0 |
0 |
0 |
my $k = shift @guesses and my $v = shift @guesses |