.setDomain(DOMAIN_TESTS)
.setWorstValue(0.0)
.setBestValue(100.0)
+ .setDeleteHistoricalData(true)
.create();
public static final String LINES_TO_COVER_KEY = "lines_to_cover";
.setQualitative(false)
.setDomain(DOMAIN_TESTS)
.setFormula(new SumChildValuesFormula(false))
- .setDeleteHistoricalData(true)
.create();
public static final String NEW_LINES_TO_COVER_KEY = "new_lines_to_cover";
.setQualitative(false)
.setDomain(DOMAIN_TESTS)
.setFormula(new SumChildValuesFormula(false))
+ .setDeleteHistoricalData(true)
.create();
public static final String UNCOVERED_LINES_KEY = "uncovered_lines";
.setDomain(DOMAIN_TESTS)
.setFormula(new SumChildValuesFormula(false))
.setBestValue(0.0)
+ .setDeleteHistoricalData(true)
.create();
public static final String LINE_COVERAGE_KEY = "line_coverage";
.setWorstValue(0.0)
.setBestValue(100.0)
.setDomain(DOMAIN_TESTS)
+ .setDeleteHistoricalData(true)
.create();
public static final String COVERAGE_LINE_HITS_DATA_KEY = "coverage_line_hits_data";
.setDescription("New conditions to cover")
.setDomain(DOMAIN_TESTS)
.setFormula(new SumChildValuesFormula(false))
+ .setDeleteHistoricalData(true)
.create();
public static final String UNCOVERED_CONDITIONS_KEY = "uncovered_conditions";
.setDomain(DOMAIN_TESTS)
.setFormula(new SumChildValuesFormula(false))
.setBestValue(0.0)
+ .setDeleteHistoricalData(true)
.create();
public static final String BRANCH_COVERAGE_KEY = "branch_coverage";
.setDomain(DOMAIN_TESTS)
.setWorstValue(0.0)
.setBestValue(100.0)
+ .setDeleteHistoricalData(true)
.create();
/**
.setDomain(DOMAIN_INTEGRATION_TESTS)
.setWorstValue(0.0)
.setBestValue(100.0)
+ .setDeleteHistoricalData(true)
.create();
/**
.setQualitative(false)
.setDomain(DOMAIN_INTEGRATION_TESTS)
.setFormula(new SumChildValuesFormula(false))
+ .setDeleteHistoricalData(true)
.create();
/**
.setDomain(DOMAIN_INTEGRATION_TESTS)
.setFormula(new SumChildValuesFormula(false))
.setBestValue(0.0)
+ .setDeleteHistoricalData(true)
.create();
/**
.setWorstValue(0.0)
.setBestValue(100.0)
.setDomain(DOMAIN_INTEGRATION_TESTS)
+ .setDeleteHistoricalData(true)
.create();
/**
.setDescription("New conditions to cover by Integration Tests")
.setDomain(DOMAIN_INTEGRATION_TESTS)
.setFormula(new SumChildValuesFormula(false))
+ .setDeleteHistoricalData(true)
.create();
/**
.setDomain(DOMAIN_INTEGRATION_TESTS)
.setFormula(new SumChildValuesFormula(false))
.setBestValue(0.0)
+ .setDeleteHistoricalData(true)
.create();
/**
.setDomain(DOMAIN_INTEGRATION_TESTS)
.setWorstValue(0.0)
.setBestValue(100.0)
+ .setDeleteHistoricalData(true)
.create();
/**
.setDomain(DOMAIN_RULES)
.setBestValue(0.0)
.setOptimizedBestValue(true)
+ .setDeleteHistoricalData(true)
.create();
public static final String NEW_BLOCKER_VIOLATIONS_KEY = "new_blocker_violations";
.setDomain(DOMAIN_RULES)
.setBestValue(0.0)
.setOptimizedBestValue(true)
+ .setDeleteHistoricalData(true)
.create();
public static final String NEW_MAJOR_VIOLATIONS_KEY = "new_major_violations";
.setDomain(DOMAIN_RULES)
.setBestValue(0.0)
.setOptimizedBestValue(true)
+ .setDeleteHistoricalData(true)
.create();
public static final String NEW_MINOR_VIOLATIONS_KEY = "new_minor_violations";
.setDomain(DOMAIN_RULES)
.setBestValue(0.0)
.setOptimizedBestValue(true)
+ .setDeleteHistoricalData(true)
.create();
public static final String NEW_INFO_VIOLATIONS_KEY = "new_info_violations";
.setDomain(DOMAIN_RULES)
.setBestValue(0.0)
.setOptimizedBestValue(true)
+ .setDeleteHistoricalData(true)
.create();
.setDomain(DOMAIN_REVIEWS)
.setBestValue(0.0)
.setOptimizedBestValue(true)
+ .setDeleteHistoricalData(true)
.create();
/**