Searched refs:totalMethods (Results 1 – 1 of 1) sorted by relevance
57 int totalMethods = 0; in printXmlReport() local63 totalMethods += pkgTotal; in printXmlReport()94 totalMethods -= 1; in printXmlReport()112 totalMethods -= 1; in printXmlReport()129 + "numTotal=\"" + totalMethods + "\" " in printXmlReport()131 + Math.round((float)totalCoveredMethods / totalMethods * 100.0f) + "\" />"); in printXmlReport()