Branch Coverage

deps/libgit2/src/util/hash/builtin.c
Criterion Covered Total %
branch 0 12 0.0


line true false branch
27 0 0 GIT_ASSERT_ARG(ctx);
28 0 0 if (SHA256Reset(&ctx->c)) {
37 0 0 GIT_ASSERT_ARG(ctx);
38 0 0 if (SHA256Input(&ctx->c, data, len)) {
47 0 0 GIT_ASSERT_ARG(ctx);
48 0 0 if (SHA256Result(&ctx->c, out)) {