| deps/libgit2/src/libgit2/streams/tls.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 0 | 0 | GIT_ASSERT_ARG(out); |
| 24 | 0 | 0 | GIT_ASSERT_ARG(host); |
| 25 | 0 | 0 | GIT_ASSERT_ARG(port); |
| 27 | 0 | 0 | if ((error = git_stream_registry_lookup(&custom, GIT_STREAM_TLS)) == 0) { |
| 29 | 0 | 0 | } else if (error == GIT_ENOTFOUND) { |
| 41 | 0 | 0 | if (!init) { |
| 54 | 0 | 0 | GIT_ASSERT_ARG(out); |
| 55 | 0 | 0 | GIT_ASSERT_ARG(in); |
| 57 | 0 | 0 | if (git_stream_registry_lookup(&custom, GIT_STREAM_TLS) == 0) { |
| 69 | 0 | 0 | if (!wrap) { |