Branch Coverage
deps/libgit2/src/util/thread.c
Criterion
Covered
Total
%
branch
2
6
33.3
line
true
false
branch
111
0
87
if (pthread_key_create(key, destroy_fn) != 0)
119
0
31
if (pthread_setspecific(key, value) != 0)
132
0
0
if (pthread_key_delete(key) != 0)