We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea01aa commit 2d76cfcCopy full SHA for 2d76cfc
compiler/src/dotty/tools/dotc/coverage/Coverage.scala
@@ -11,7 +11,12 @@ class Coverage:
11
12
def addStatement(stmt: Statement): Unit = statementsById(stmt.id) = stmt
13
14
-/** A statement that can be invoked, and thus counted as "covered" by code coverage tools. */
+
15
+/**
16
+ * A statement that can be invoked, and thus counted as "covered" by code coverage tools.
17
+ *
18
+ * @param line 1-indexed line number
19
+ */
20
case class Statement(
21
location: Location,
22
id: Int,
0 commit comments