public static interface CodeCoverageReportSummary.Builder extends SdkPojo, CopyableBuilder<CodeCoverageReportSummary.Builder,CodeCoverageReportSummary>
| Modifier and Type | Method and Description |
|---|---|
CodeCoverageReportSummary.Builder |
branchCoveragePercentage(Double branchCoveragePercentage)
The percentage of branches that are covered by your tests.
|
CodeCoverageReportSummary.Builder |
branchesCovered(Integer branchesCovered)
The number of conditional branches that are covered by your tests.
|
CodeCoverageReportSummary.Builder |
branchesMissed(Integer branchesMissed)
The number of conditional branches that are not covered by your tests.
|
CodeCoverageReportSummary.Builder |
lineCoveragePercentage(Double lineCoveragePercentage)
The percentage of lines that are covered by your tests.
|
CodeCoverageReportSummary.Builder |
linesCovered(Integer linesCovered)
The number of lines that are covered by your tests.
|
CodeCoverageReportSummary.Builder |
linesMissed(Integer linesMissed)
The number of lines that are not covered by your tests.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodeCoverageReportSummary.Builder lineCoveragePercentage(Double lineCoveragePercentage)
The percentage of lines that are covered by your tests.
lineCoveragePercentage - The percentage of lines that are covered by your tests.CodeCoverageReportSummary.Builder linesCovered(Integer linesCovered)
The number of lines that are covered by your tests.
linesCovered - The number of lines that are covered by your tests.CodeCoverageReportSummary.Builder linesMissed(Integer linesMissed)
The number of lines that are not covered by your tests.
linesMissed - The number of lines that are not covered by your tests.CodeCoverageReportSummary.Builder branchCoveragePercentage(Double branchCoveragePercentage)
The percentage of branches that are covered by your tests.
branchCoveragePercentage - The percentage of branches that are covered by your tests.CodeCoverageReportSummary.Builder branchesCovered(Integer branchesCovered)
The number of conditional branches that are covered by your tests.
branchesCovered - The number of conditional branches that are covered by your tests.CodeCoverageReportSummary.Builder branchesMissed(Integer branchesMissed)
The number of conditional branches that are not covered by your tests.
branchesMissed - The number of conditional branches that are not covered by your tests.Copyright © 2021. All rights reserved.