int right = count.right;
int wrong = count.wrong;
int exception = count.exceptions;
if (wrong + exception != 0) {
throw new FitRunException(String.format(ERR_MESSAGE, name, right, wrong, exception, wikiFile.getWikiUrl(),
wikiFile.getHtmlFilePath()));
}
}