Branch Coverage

montmath.h
Criterion Covered Total %
branch 10 10 100.0


line true false branch
80 2243724 102781 while (k) {
81 1122612 1121112 if (k & 1) t = mont_mulmod(t, a, n);
4493 1118119 if (k & 1) t = mont_mulmod(t, a, n);
83 2140943 102781 if (k) a = mont_sqrmod(a, n);
8239 2132704 if (k) a = mont_sqrmod(a, n);