services.add(new AvgCalculator(Metrics.CYCLOMATIC_COMPLEXITY_AVG_FUNCTION, Metrics.CYCLOMATIC_COMPLEXITY, Metrics.NCSS_FUNCTIONS));
services.add(new CodeCoverageCalculator());
services.add(new RuleErrorsCountCalculator());
services.add(new RuleWarningsCountCalculator());
services.add(new ErrorRciCalculator());
services.add(new WarningRciCalculator());
services.add(new SourcesHighlighterService());
services.add(new TendencyCalculator(Metrics.tendencyableMetrics()));
for (Service service : services) {
if (service instanceof AbstractService) {