deps/libgit2/src/streams/registry.c | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
44 | 0 | 0 | if (src) |
55 | 0 | 0 | assert(out); |
74 | 0 | 0 | if (target->init) { |
85 | 0 | 0 | assert(!registration || registration->init); |
0 | 0 | assert(!registration || registration->init); | |
87 | 0 | 0 | GIT_ERROR_CHECK_VERSION(registration, GIT_STREAM_VERSION, "stream_registration"); |
94 | 0 | 0 | if ((type & GIT_STREAM_STANDARD) == GIT_STREAM_STANDARD) |
97 | 0 | 0 | if ((type & GIT_STREAM_TLS) == GIT_STREAM_TLS) |
110 | 0 | 0 | if (ctor) { |