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