Class LinesOfCode
java.lang.Object
com.parasoft.findings.jenkins.coverage.model.Value
com.parasoft.findings.jenkins.coverage.model.IntegerValue
com.parasoft.findings.jenkins.coverage.model.LinesOfCode
- All Implemented Interfaces:
Serializable
Represents the lines of code in a particular code block.
- Author:
- Melissa Bauer
- See Also:
-
Constructor Summary
ConstructorDescriptionLinesOfCode
(int loc) Creates a newLinesOfCode
instance with the specified lines of code. -
Method Summary
Methods inherited from class com.parasoft.findings.jenkins.coverage.model.IntegerValue
add, delta, equals, getValue, hashCode, isOutOfValidRange, max, serialize, toString
-
Constructor Details
-
LinesOfCode
public LinesOfCode(int loc) Creates a newLinesOfCode
instance with the specified lines of code.- Parameters:
loc
- lines of code
-
-
Method Details
-
create
- Specified by:
create
in classIntegerValue
-