Branch Coverage

src/ssl/ssl_ccert_single_rsa.c
Criterion Covered Total %
branch 0 14 0.0


line true false branch
60 0 0 if (x == 0 && (auth_types & 1) == 0) {
0 0 if (x == 0 && (auth_types & 1) == 0) {
111 0 0 if (hash_id == 0) {
113 0 0 } else if (hash_id >= 2 && hash_id <= 6) {
0 0 } else if (hash_id >= 2 && hash_id <= 6) {
119 0 0 if (len < sig_len) {
122 0 0 return zc->irsasign(hash_oid, hv, hv_len, zc->sk, data) ? sig_len : 0;