blib/lib/BenchmarkAnything/Evaluations.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 17 | 47.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
71 | 3 | 0 | 0 | @$results == 1 and not $results->[0]{'NAME'} |
177 | 9 | 2 | 1 | $i == 0 and $j == 0 |
line | l | !l | condition |
---|---|---|---|
150 | 12 | 0 | scalar @{[] unless $VALUES{$title}{'xvalues'}{$x}{'values'};} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
26 | 0 | 0 | 12 | $avg->badflag || $stdv->badflag || $min->badflag || $max->badflag || $se->badflag |
71 | 0 | 0 | 3 | not @$results or @$results == 1 and not $results->[0]{'NAME'} |
177 | 0 | 1 | 0 | $x_key_short // $x_key |