Branch Coverage

src/x509/asn1enc.c
Criterion Covered Total %
branch 0 20 0.0


line true false branch
35 0 0 while (xlen > 0 && *x == 0) {
0 0 while (xlen > 0 && *x == 0) {
42 0 0 if (xlen == 0 || x[0] >= 0x80) {
0 0 if (xlen == 0 || x[0] >= 0x80) {
57 0 0 if (len < 0x80) {
58 0 0 if (buf != NULL) {
64 0 0 for (z = len; z != 0; z >>= 8) {
67 0 0 if (buf != NULL) {
69 0 0 for (j = i - 1; j >= 0; j --) {
83 0 0 if (dest == NULL) {