deps/libgit2/deps/pcre/pcre_refcount.c | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 8 | 0.0 |
line | true | false | branch |
---|---|---|---|
83 | 0 | 0 | if (re == NULL) return PCRE_ERROR_NULL; |
84 | 0 | 0 | if (re->magic_number != MAGIC_NUMBER) return PCRE_ERROR_BADMAGIC; |
85 | 0 | 0 | if ((re->flags & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE; |
86 | 0 | 0 | re->ref_count = (-adjust > re->ref_count)? 0 : |