Branch Coverage

utf8_advance_forward_unsafe.h
Criterion Covered Total %
branch 18 18 100.0


line true false branch
58 11512 236994 while (distance - count >= 32 && len - pos >= 32) {
1372 10140 while (distance - count >= 32 && len - pos >= 32) {
70 24549 235076 while (distance - count >= 8 && len - pos >= 8) {
12491 12058 while (distance - count >= 8 && len - pos >= 8) {
75 910147 47163 while (pos < len && count < distance) {
710176 199971 while (pos < len && count < distance) {
80 282798 76832 while (pos < len && (int8_t)bytes[pos] <= -65)
112496 170302 while (pos < len && (int8_t)bytes[pos] <= -65)
83 247130 4 if (advanced)