Uses of Class
com.parasoft.findings.jenkins.coverage.model.IntegerValue
Package
Description
Generic coverage model to parse and collect code coverage results of different tools.
-
Uses of IntegerValue in com.parasoft.findings.jenkins.coverage.model
Modifier and TypeClassDescriptionfinal class
Represents the cyclomatic complexity in a particular code block.final class
Represents the lines of code in a particular code block.Modifier and TypeMethodDescriptionprotected IntegerValue
CyclomaticComplexity.create
(int value) protected abstract IntegerValue
IntegerValue.create
(int value) protected IntegerValue
LinesOfCode.create
(int value)