Branch Coverage

deps/libgit2/src/streams/tls.c
Criterion Covered Total %
branch 0 20 0.0


line true false branch
24 0 0 assert(out && host && port);
0 0 assert(out && host && port);
0 0 assert(out && host && port);
26 0 0 if ((error = git_stream_registry_lookup(&custom, GIT_STREAM_TLS)) == 0) {
28 0 0 } else if (error == GIT_ENOTFOUND) {
40 0 0 if (!init) {
53 0 0 assert(out && in);
0 0 assert(out && in);
55 0 0 if (git_stream_registry_lookup(&custom, GIT_STREAM_TLS) == 0) {
67 0 0 if (!wrap) {