Branch Coverage

montmath.h
Criterion Covered Total %
branch 10 10 100.0


line true false branch
80 2211443 101461 while (k) {
81 1106963 1104480 if (k & 1) t = mont_mulmod(t, a, n);
5727 1101236 if (k & 1) t = mont_mulmod(t, a, n);
83 2109982 101461 if (k) a = mont_sqrmod(a, n);
10560 2099422 if (k) a = mont_sqrmod(a, n);