deps/libgit2/src/errors.h | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 8 | 37.5 |
line | true | false | branch |
---|---|---|---|
30 | 6 | 0 | if (error_code) { |
32 | 0 | 6 | if (!e || !e->message) |
0 | 0 | if (!e || !e->message) | |
33 | 0 | 6 | git_error_set(e ? e->klass : GIT_ERROR_CALLBACK, |