Branch Coverage

deps/libgit2/src/hash/sha1/collisiondetect.c
Criterion Covered Total %
branch 4 8 50.0


line true false branch
27 0 1517 assert(ctx);
34 0 2994 assert(ctx);
41 0 1459 assert(ctx);
42 0 1459 if (SHA1DCFinal(out->id, &ctx->c)) {