line |
!l |
l&&!r |
l&&r |
condition |
404
|
0 |
0 |
1 |
$physical and $physical > 1
|
406
|
0 |
1 |
0 |
$cores and $cores != $ncpu
|
447
|
24 |
16 |
2 |
$stats1->{$bench}{'times'} and $stats2->{$bench}{'times'}
|
478
|
126 |
40 |
2 |
$opt->{'skip_bio'} and $bench =~ /Monomers/
|
479
|
124 |
40 |
2 |
$opt->{'skip_prove'} and $bench =~ /prove/
|
480
|
40 |
118 |
6 |
not $opt->{'bio_codons'} and $bench =~ /Codons/
|
481
|
38 |
114 |
6 |
not $opt->{'time_piece'} and $bench =~ /Time::Piece/
|
482
|
114 |
34 |
4 |
$opt->{'ver'} and $benchmarks->{$bench}[5]
|
|
34 |
2 |
2 |
$opt->{'ver'} and $benchmarks->{$bench}[5] and $opt->{'ver'} < $benchmarks->{$bench}[5]
|
483
|
95 |
49 |
6 |
$opt->{'exclude'} and $bench =~ /$opt->{'exclude'}/
|
484
|
17 |
6 |
121 |
$opt->{'include'} and not $bench =~ /$opt->{'include'}/
|