public static class XMLProjectData.LineInfo extends java.lang.Object
int
coveredBranches
coveredInstructions
lineNumber
missedBranches
missedInstructions
LineInfo(int lineNumber)
LineInfo(int lineNumber, int missedInstructions, int coveredInstructions, int missedBranches, int coveredBranches)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final int lineNumber
public int missedInstructions
public int coveredInstructions
public int missedBranches
public int coveredBranches
public LineInfo(int lineNumber, int missedInstructions, int coveredInstructions, int missedBranches, int coveredBranches)
public LineInfo(int lineNumber)