Searched refs:getCoveragePercentage (Results 1 – 7 of 7) sorted by relevance
25 int lhsPct = Math.round(entity.getCoveragePercentage()); in compare()26 int rhsPct = Math.round(otherEntity.getCoveragePercentage()); in compare()
20 float getCoveragePercentage(); in getCoveragePercentage() method
71 public float getCoveragePercentage() { in getCoveragePercentage() method in ApiPackage
200 public float getCoveragePercentage() { in getCoveragePercentage() method in ApiClass
84 + Math.round(apiPackage.getCoveragePercentage()) + "% (" in printPackage()90 + Math.round(apiClass.getCoveragePercentage()) + "% (" in printClass()
79 + Math.round(pkg.getCoveragePercentage()) in printXmlReport()92 + Math.round(apiClass.getCoveragePercentage()) in printXmlReport()
198 Math.round(pkg.getCoveragePercentage()))); in createApiPackageElement()219 Math.round(apiClass.getCoveragePercentage()))); in createApiClassElement()