Uses of Class
com.parasoft.findings.jenkins.coverage.model.IntegerValue
Packages that use 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
Subclasses of IntegerValue in com.parasoft.findings.jenkins.coverage.modelModifier and TypeClassDescriptionfinal classRepresents the cyclomatic complexity in a particular code block.final classRepresents the lines of code in a particular code block.Methods in com.parasoft.findings.jenkins.coverage.model that return IntegerValueModifier and TypeMethodDescriptionprotected IntegerValueCyclomaticComplexity.create(int value) protected abstract IntegerValueIntegerValue.create(int value) protected IntegerValueLinesOfCode.create(int value)