Branch Coverage

src/ssl/ssl_ccert_single_ec.c
Criterion Covered Total %
branch 0 16 0.0


line true false branch
61 0 0 if ((zc->allowed_usages & BR_KEYTYPE_KEYX) != 0
62 0 0 && scurve == zc->sk->curve)
66 0 0 x = (zc->issuer_key_type == BR_KEYTYPE_RSA) ? 16 : 17;
67 0 0 if (((auth_types >> x) & 1) != 0) {
81 0 0 if (x == 0 || (zc->allowed_usages & BR_KEYTYPE_SIGN) == 0) {
0 0 if (x == 0 || (zc->allowed_usages & BR_KEYTYPE_SIGN) == 0) {
118 0 0 if (hc == NULL) {
121 0 0 if (len < 139) {