Branch Coverage

_stats.c
Criterion Covered Total %
branch 29 30 96.6


line true false branch
18 69 101 if (ir <= l+1) {
19 28 41 if (ir == l+1 && sample[ir] < sample[l]) {
7 21 if (ir == l+1 && sample[ir] < sample[l]) {
27 40 61 if (sample[l] > sample[ir]) {
30 19 82 if (sample[l+1] > sample[ir]) {
33 26 75 if (sample[l] > sample[l+1]) {
40 146 187 do i++; while (sample[i] < a);
41 123 187 do j--; while (sample[j] > a);
42 101 86 if (j < i)
48 68 33 if (j >= k)
50 60 41 if (j <= k)
85 330 30 for (i = 0; i < n; ++i)
95 671 61 for (i = 0; i < n; ++i) {
154 1 10 (x < 0 ? -1. : 1.)
169 0 6 (x < 0 ? -1. : 1.)