+ " does not have an associated nature.");
}
AbstractRunner runner = UniversalRunner.getRunner(nature);
//First, combine the results of the many runs we may have.
Tuple<String, String> output = runner.runScriptAndGetOutput(PythonRunnerConfig.getCoverageScript(),
new String[] { "combine" }, getCoverageDirLocation(), monitor);
if (output.o1 != null && output.o1.length() > 0) {
Log.logInfo(output.o1);
}