Branch Coverage

module3.c
Criterion Covered Total %
branch 12 20 60.0


line true false branch
27 1 1 if (throw_e)
37 2 1 XCPT_TRY_START {
41 1 1 XCPT_CATCH
44 1 0 XCPT_RETHROW;
0 0 XCPT_RETHROW;
66 1 0 my_bufptr = PL_bufptr;
67 1 0 my_p_bufptr = &PL_bufptr;
68 1 0 PL_bufptr = my_bufptr;
69 1 0 PL_bufptr = *my_p_bufptr;
70 1 0 return &PL_bufptr != NULL;