Branch Coverage

lib/PDL/Core/pdlbroadcast.h
Criterion Covered Total %
branch 8 8 100.0


line true false branch
77 10431 38679 for (i=nth; i < ndims; i++) {
78 28589 10431 for (j=0; j < npdls; j++) offsp[j] += incs[i*npdls + j];
79 8568 1863 if (++inds[i] < dims[i]) return 1; /* Actual carry test */
81 5098 1863 for (j=0; j < npdls; j++) offsp[j] -= incs[i*npdls + j] * dims[i];