hit property

  1. @JsonKey(defaultValue: 0)
int hit
getter/setter pair

The number of lines with a non-zero execution count.

Implementation

@JsonKey(defaultValue: 0)
int hit;