Branch Coverage

_blake2b.c
Criterion Covered Total %
branch 9 18 50.0


line true false branch
112 16 2 for(i = 0; i < 8; ++i)
118 2 0 if(size > 0)
121 0 2 if(index)
124 0 0 if (size > rest) {
134 0 2 } else if (ctx->length) {
137 0 2 while(size > blake2b_block_size) {
139 0 0 if (IS_LITTLE_ENDIAN && IS_ALIGNED_64(msg)) {
158 2 0 if (length)
164 30 2 for(index++; index < 16; index++)