Home
last modified time | relevance | path

Searched refs:totalLines (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dserialization.go162 if totalLines := file.allSpans.NumLines(); totalLines > 0 {
164 percentage := 1.0 - (float64(uncoveredLines) / float64(totalLines))
/third_party/typescript/src/server/
DscriptVersionCache.ts566 totalLines = 0; property in LineNode
578 this.totalLines = 0;
581 this.totalLines += child.lineCount();
811 return this.totalLines;