Branch Coverage

include/horus_md5.h
Criterion Covered Total %
branch 14 16 87.5


line true false branch
41 80 5 for (i = 0; i < 16; i++)
135 15 5 if (index) {
137 5 10 if (len >= part_len) {
148 0 10 while (len >= 64) {
154 5 5 if (len)
166 40 5 for (i = 0; i < 8; i++)
171 5 0 horus_md5_update(ctx, padding, (index < 56) ? (56 - index) : (120 - index));
177 20 5 for (i = 0; i < 4; i++) {