Branch Coverage

src/symcipher/chacha20_sse2.c
Criterion Covered Total %
branch 6 8 75.0


line true false branch
88 24 0 while (len > 0) {
99 240 24 for (i = 0; i < 10; i ++) {
186 24 0 if (len < 64) {
194 504 24 for (u = 0; u < len; u ++) {