Branch Coverage

util.h
Criterion Covered Total %
branch 8 12 66.6


line true false branch
104 0 20 if (n >= UVCONST(18446744065119617025)) return UVCONST(4294967295);
107 0 20 while (root*root > n) root--;
108 0 20 while ((root+1)*(root+1) <= n) root++;
121 0 20 if (n >= UVCONST(18446724184312856125)) return UVCONST(2642245);
123 440 20 for ( ; s >= 0; s -= 3) {
126 124 316 if ((n >> s) >= b) {