Uses of Class
com.parasoft.findings.jenkins.coverage.model.Coverage
Package
Description
Contains models to format coverages and aggregate values.
Generic coverage model to parse and collect code coverage results of different tools.
-
Uses of Coverage in com.parasoft.findings.jenkins.coverage.api.metrics.model
Modifier and TypeMethodDescriptionElementFormatter.formatPercentage
(Coverage coverage, Locale locale) Formats a coverage as a percentage number. -
Uses of Coverage in com.parasoft.findings.jenkins.coverage.model
Modifier and TypeMethodDescriptionCoverage.CoverageBuilder.build()
Creates the newCoverage
instance.static Coverage
Coverage.nullObject
(Metric metric) Returns anull
object that indicates that no coverage has been recorded.static Coverage
Creates a newCoverage
instance from the provided string representation.ModifierConstructorDescriptionCoverageBuilder
(Coverage existing) Creates a newCoverage.CoverageBuilder
with all properties set to the value of the provided existing instance.