Branch Coverage

plist.c
Criterion Covered Total %
branch 16 28 57.1


line true false branch
12 0 181 if (!p) {
21 0 181 if (!plist) {
30 0 46 if (!plist) {
36 58 46 for (j = 0; j < plist->ulen; ++j) {
45 0 378 if (!plist) {
54 0 197 if (!plist) {
64 182 0 return plist ? plist->ulen : 0;
69 0 169 if (!plist) {
72 56 113 if (!obj) {
85 0 0 if (!plist) {
90 0 0 for (j = 0; j < plist->ulen; ++j) {
98 0 171 if (!plist) {
101 25 146 if (plist->ulen < plist->alen) {
105 6 140 int count = plist->alen == 0 ? PLIST_INITIAL_SIZE : 2*plist->alen;