Searched refs:totalLines (Results 1 – 2 of 2) sorted by relevance
162 if totalLines := file.allSpans.NumLines(); totalLines > 0 {164 percentage := 1.0 - (float64(uncoveredLines) / float64(totalLines))
566 totalLines = 0; property in LineNode578 this.totalLines = 0;581 this.totalLines += child.lineCount();811 return this.totalLines;