LcovNode.fromJson(Map<String, dynamic> json) : linesFound = json['lf'] ?? 0, linesHit = json['lh'] ?? 0, path = json['p'];