Covered file URI
Statement coverage information. If the reporter does not provide statement coverage information, this can instead be used to represent line coverage.
OptionalbranchCoverage: TestCoverageCountBranch coverage information
OptionaldeclarationCoverage: TestCoverageCountDeclaration coverage information
OptionalincludesTests: TestItem[]Test cases included in this coverage report, see includesTests
OptionalbranchBranch coverage information.
OptionaldeclarationDeclaration coverage information. Depending on the reporter and language, this may be types such as functions, methods, or namespaces.
OptionalincludesA 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.
Statement coverage information. If the reporter does not provide statement coverage information, this can instead be used to represent line coverage.
ReadonlyuriFile URI.
StaticfromCreates a FileCoverage instance with counts filled in from the coverage details.
Covered file URI
Detailed coverage information
Contains coverage metadata for a file.