branchHits property

Map<int, int>? branchHits
getter/setter pair

Map from branch line, to the hit count for that branch. Null if branch coverage info was not gathered.

Implementation

Map<int, int>? branchHits;