reportModel.setSourceLinker(new SourceLinkerModel(linker));
report = new FreemarkerReportGenerator(reportModel, out,
FreemarkerReportGenerator.HTML_REPORT_TEMPLATE, cfg);
break;
case props:
report = new PropertiesReportGenerator(out, costModel);
break;
case source:
GradeCategories gradeCategories = new GradeCategories(options.getMaxExcellentCost(),
options.getMaxAcceptableCost());
report = new SourceReportGenerator(gradeCategories, sourceLoader,