org.sonar.ide.shared.coverage
Class CoverageLine
java.lang.Object
org.sonar.ide.shared.coverage.CoverageLine
public class CoverageLine
- extends Object
- Since:
- 0.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoverageLine
protected CoverageLine(Integer line,
String hits,
String branchHits)
getLine
public Integer getLine()
getHits
public String getHits()
getBranchHits
public String getBranchHits()
Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.