Branch Coverage

lib/PDL/Core/pdlaffine.c
Criterion Covered Total %
branch 15 24 62.5


line true false branch
66 0 170 PDL_RETERROR(PDL_err, pdl_reallocdims(__it, params->nd));
68 0 170 if (!trans->incs) return pdl_make_error_simple(PDL_EFATAL, "Out of Memory\n");
70 145 170 for (i=0;ipdls[1]->ndims;i++) {
74 0 170 PDL_RETERROR(PDL_err, pdl_setdims_careful(__it));
82 1188 0 if (destroy) {
86 170 1018 if ((trans)->dims_redone) free(trans->incs);
124 0 1188 if (params->nd < 0)
126 0 1188 if (params->nd != incs_count)
129 0 1188 if (!params->sdims) return pdl_make_error_simple(PDL_EFATAL, "Out of Memory\n");
131 0 1188 if (!params->sincs) return pdl_make_error_simple(PDL_EFATAL, "Out of Memory\n");
133 1158 1188 for (i=0; ind; i++) {
137 0 1188 PDL_RETERROR(PDL_err, pdl_make_trans_mutual((pdl_trans *)trans));