FileCoverage

open class FileCoverage(source)

Contains coverage metadata for a file.

Online Documentation

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Branch coverage information.

Link copied to clipboard

Declaration coverage information. Depending on the reporter and language, this may be types such as functions, methods, or namespaces.

Link copied to clipboard

A list of test cases that generated coverage in this file. If set, then TestRunProfile.loadDetailedCoverageForTest should also be defined in order to retrieve detailed coverage information.

Link copied to clipboard

Statement coverage information. If the reporter does not provide statement coverage information, this can instead be used to represent line coverage.

Link copied to clipboard
val uri: Uri

File URI.