funcHits property

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

Map from the first line of each function, to the hit count for that function. Null if function coverage info was not gathered.

Implementation

Map<int, int>? funcHits;