deps/libgit2/src/streams/registry.c | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
43 | 0 | 0 | if (src) |
54 | 0 | 0 | assert(out); |
73 | 0 | 0 | if (target->init) { |
84 | 0 | 0 | assert(!registration || registration->init); |
0 | 0 | assert(!registration || registration->init); | |
86 | 0 | 0 | GIT_ERROR_CHECK_VERSION(registration, GIT_STREAM_VERSION, "stream_registration"); |
93 | 0 | 0 | if ((type & GIT_STREAM_STANDARD) == GIT_STREAM_STANDARD) |
96 | 0 | 0 | if ((type & GIT_STREAM_TLS) == GIT_STREAM_TLS) |
109 | 0 | 0 | if (ctor) { |