Branch Coverage

srl_buffer.h
Criterion Covered Total %
branch 0 12 0.0


line true false branch
71 0 0 if (expect_false( buf->start == NULL ))
124 0 0 if (buf->start == NULL)
187 0 0 BUF_SIZE_ASSERT(buf, 1);
237 0 0 while (value >= 0x80) { /* while we are larger than 7 bits long */
258 0 0 if (expect_true( tag ))
271 0 0 BUF_SIZE_ASSERT(buf, SRL_MAX_VARINT_LENGTH + 1); /* always allocate space for the tag, overalloc is harmless */