misses property

List<int>? misses
getter/setter pair

A list of token positions (or line numbers if reportLines was enabled) in a SourceReportRange which have not been executed. The list is sorted.

Implementation

List<int>? misses;