| 75 | } |
| 76 | |
| 77 | static bool |
| 78 | windowLongEnough(const int windowSize, const int tests, const int repeatSize, const int minMargin) |
| 79 | { |
| 80 | return windowSize >= getMinWindowLength(tests, repeatSize, minMargin); |
| 81 | } |
| 82 | |
| 83 | // static int numOfTests(const int repeatSize, const int windowSize, const int minMargin) { |
| 84 | // return windowSize - minMargin - repeatSize - minMargin + 1; |
no test coverage detected