private static void printCoveredExecutables(Set<String> coveredExecutables, final LoggingService loggingService) {
        loggingService.logEvent(INFO, "");
        loggingService.logEvent(INFO, "------------------------------------------------------------");
        loggingService.logEvent(INFO, "Following " + coveredExecutables.size() + " executables have tests:");
        for (String executable : coveredExecutables) {