branchCoverage property

  1. @optional
SourceReportCoverage? branchCoverage
getter/setter pair

Branch coverage information for this range. Provided only when the BranchCoverage report has been requested and the range has been compiled.

Implementation

@optional
SourceReportCoverage? branchCoverage;