Searched refs:totalMethods (Results 1 – 1 of 1) sorted by relevance
57 int totalMethods = 0; in printXmlReport() local62 totalMethods += pkgTotal; in printXmlReport()93 totalMethods -= 1; in printXmlReport()115 totalMethods -= 1; in printXmlReport()132 + "numTotal=\"" + totalMethods + "\" " in printXmlReport()134 + Math.round((float)totalCoveredMethods / totalMethods * 100.0f) + "\" />"); in printXmlReport()