Creates a new line coverage.
LineCoverage([this.found = 0, this.hit = 0, Iterable<LineData>? data]): data = data?.toList() ?? <LineData>[];