Branch Coverage

deps/libgit2/src/util/vector.h
Criterion Covered Total %
branch 0 2 0.0


line true false branch
64 0 0 return (position < v->length) ? v->contents[position] : NULL;