Covered file URI
Statement coverage information. If the reporter does not provide statement coverage information, this can instead be used to represent line coverage.
Optional
branchCoverage: TestCoverageCountBranch coverage information
Optional
declarationCoverage: TestCoverageCountDeclaration coverage information
Optional
branchBranch coverage information.
Optional
declarationDeclaration coverage information. Depending on the reporter and language, this may be types such as functions, methods, or namespaces.
Statement coverage information. If the reporter does not provide statement coverage information, this can instead be used to represent line coverage.
Readonly
uriFile URI.
Static
fromCreates a FileCoverage instance with counts filled in from the coverage details.
Covered file URI
Contains coverage metadata for a file.