128129130131132133134
new WritesStatistics().write(config, totalStats); } } private void maybePreloadSources(final TestRunCoverageStatistics totalStats) throws IOException { new FileSystemSourcePreloader().preloadSources(config, totalStats); }