Branch Coverage

montmath.h
Criterion Covered Total %
branch 10 10 100.0


line true false branch
80 46492 3663 while (k) {
81 23937 22555 if (k & 1) t = mont_mulmod(t, a, n);
555 23382 if (k & 1) t = mont_mulmod(t, a, n);
83 42829 3663 if (k) a = mont_sqrmod(a, n);
1200 41629 if (k) a = mont_sqrmod(a, n);