deps/libgit2/src/khash.h | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 4 | 75.0 |
line | true | false | branch |
---|---|---|---|
395 | 58854 | 0 | if (h) for (++s ; *s; ++s) h = (h << 5) - h + (khint_t)*s; |
833190 | 58854 | if (h) for (++s ; *s; ++s) h = (h << 5) - h + (khint_t)*s; |