Branch Coverage

deps/libgit2/src/libgit2/threadstate.c
Criterion Covered Total %
branch 5 8 62.5


line true false branch
36 0 1 if (!threadstate)
39 1 0 if (threadstate->error_t.message != git_str__initstr)
65 0 87 if (git_tlsdata_init(&tls_key, &threadstate_free) != 0)
75 35387 31 if ((threadstate = git_tlsdata_get(tls_key)) != NULL)