// load the coverage statistics into coverageMap
loadCoverageStats();
// sync up XML file with indexes
dumpCoverageStats();
// generate content
HTMLCoverageReport report = new HTMLCoverageReport();
report.writeCoverageReport(coverageMap, CoverageIOUtil.getDestDir());
}