Branch Coverage

_blake2s.c
Criterion Covered Total %
branch 9 18 50.0


line true false branch
106 16 2 for(i = 0; i < 8; ++i)
112 2 0 if(size > 0)
115 0 2 if(index)
118 0 0 if (size > rest) {
128 0 2 } else if (ctx->length) {
131 0 2 while(size > blake2s_block_size) {
133 0 0 if (IS_LITTLE_ENDIAN && IS_ALIGNED_32(msg)) {
152 2 0 if (length)
158 30 2 for(index++; index < 16; index++)