TestCoverageSummaryFilesItem

sealed external interface TestCoverageSummaryFilesItem(source)

Properties

Link copied to clipboard

An array of branches representing branch coverage.

Link copied to clipboard

The number of covered branches.

Link copied to clipboard

The percentage of branches covered.

Link copied to clipboard

The number of covered functions.

Link copied to clipboard

The percentage of functions covered.

Link copied to clipboard
abstract var coveredLineCount: Double

The number of covered lines.

Link copied to clipboard

The percentage of lines covered.

Link copied to clipboard

An array of functions representing function coverage.

Link copied to clipboard

An array of lines representing line numbers and the number of times they were covered.

Link copied to clipboard
abstract var path: String

The absolute path of the file.

Link copied to clipboard
abstract var totalBranchCount: Double

The total number of branches.

Link copied to clipboard

The total number of functions.

Link copied to clipboard
abstract var totalLineCount: Double

The total number of lines.