Branch Coverage

montmath.h
Criterion Covered Total %
branch 10 10 100.0


line true false branch
80 2402908 118916 while (k) {
81 1215242 1187666 if (k & 1) t = mont_mulmod(t, a, n);
4404 1210838 if (k & 1) t = mont_mulmod(t, a, n);
83 2283992 118916 if (k) a = mont_sqrmod(a, n);
8116 2275876 if (k) a = mont_sqrmod(a, n);