| 135 | Key keyForIndex(int n) { return key(n); } |
| 136 | Key key(int n) { return doubleToTestKey(n, keyPrefix); } |
| 137 | Value value(int n) { return doubleToTestKey(n, keyPrefix); } |
| 138 | int fromValue(const ValueRef& v) { return testKeyToDouble(v, keyPrefix); } |
| 139 | |
| 140 | // cycleSize returns the length of each mini-cycle besides the last, |
no test coverage detected