line |
!l |
l&&!r |
l&&r |
condition |
426
|
0 |
0 |
1 |
$physical and $physical > 1
|
428
|
0 |
1 |
0 |
$cores and $cores != $ncpu
|
469
|
24 |
16 |
2 |
$stats1->{$bench}{'times'} and $stats2->{$bench}{'times'}
|
482
|
2 |
0 |
0 |
$opt->{'scale'} and $opt->{'scale'} > 1
|
483
|
1 |
1 |
0 |
$opt->{'iter'} and $opt->{'iter'} > 1
|
507
|
126 |
40 |
2 |
$opt->{'skip_bio'} and $bench =~ /Monomers/
|
508
|
124 |
40 |
2 |
$opt->{'skip_prove'} and $bench =~ /prove/
|
509
|
40 |
118 |
6 |
not $opt->{'bio_codons'} and $bench =~ /Codons/
|
510
|
38 |
114 |
6 |
not $opt->{'time_piece'} and $bench =~ /Time::Piece/
|
511
|
114 |
34 |
4 |
$opt->{'ver'} and $benchmarks->{$bench}[5]
|
|
34 |
2 |
2 |
$opt->{'ver'} and $benchmarks->{$bench}[5] and $opt->{'ver'} < $benchmarks->{$bench}[5]
|
512
|
95 |
49 |
6 |
$opt->{'exclude'} and $bench =~ /$opt->{'exclude'}/
|
513
|
17 |
6 |
121 |
$opt->{'include'} and not $bench =~ /$opt->{'include'}/
|
1078
|
2 |
0 |
2 |
$opt->{'stdev'} and $avg
|