Branch Coverage

deps/libgit2/src/libgit2/streams/openssl_legacy.c
Criterion Covered Total %
branch 0 14 0.0


line true false branch
42 0 0 if (!meth) {
143 0 0 if (lock)
156 0 0 for (i = 0; i < num_locks; ++i)
181 0 0 if (!CRYPTO_set_locking_callback)
189 0 0 GIT_ERROR_CHECK_ALLOC(openssl_locks);
191 0 0 for (i = 0; i < num_locks; i++) {
192 0 0 if (git_mutex_init(&openssl_locks[i]) != 0) {