Branch Coverage

utf8_advance_forward_unsafe.h
Criterion Covered Total %
branch 0 18 0.0


line true false branch
58 0 0 while (distance - count >= 32 && len - pos >= 32) {
0 0 while (distance - count >= 32 && len - pos >= 32) {
70 0 0 while (distance - count >= 8 && len - pos >= 8) {
0 0 while (distance - count >= 8 && len - pos >= 8) {
75 0 0 while (pos < len && count < distance) {
0 0 while (pos < len && count < distance) {
80 0 0 while (pos < len && (int8_t)bytes[pos] <= -65)
0 0 while (pos < len && (int8_t)bytes[pos] <= -65)
83 0 0 if (advanced)