Branch Coverage

src/rsa/rsa_i15_modulus.c
Criterion Covered Total %
branch 0 16 0.0


line true false branch
41 0 0 while (plen > 0 && *pbuf == 0) {
0 0 while (plen > 0 && *pbuf == 0) {
47 0 0 while (qlen > 0 && *qbuf == 0) {
0 0 while (qlen > 0 && *qbuf == 0) {
58 0 0 if ((15 * tlen) < (plen << 3) + 15) {
70 0 0 if ((15 * tlen) < (qlen << 3) + 15) {
83 0 0 if (tlen < (plen + qlen + 1)) {
93 0 0 if (n != NULL) {