| 21 | static const size_t kMaxMutationsToPrint = 10; |
| 22 | |
| 23 | static void PrintASCII(const Word &W, const char *PrintAfter) { |
| 24 | PrintASCII(W.data(), W.size(), PrintAfter); |
| 25 | } |
| 26 | |
| 27 | MutationDispatcher::MutationDispatcher(Random &Rand, |
| 28 | const FuzzingOptions &Options) |
no test coverage detected