DefinitionStats
com.ossuminc.riddl.passes.stats.DefinitionStats
case class DefinitionStats(kind: String, isEmpty: Boolean, descriptionLines: Int, numSpecifications: Int, numCompleted: Long, numContained: Long, numAuthors: Long, numTerms: Long, numOptions: Long, numIncludes: Long, numStatements: Long)
DefinitionStats
Value parameters
- descriptionLines
-
The number of lines of documentation between the description and brief fields
- isEmpty
-
An indication if the definition is completely empty
- numAuthors
-
The number of defining authors
- numCompleted
-
The number of specifications that hve been completed
- numContained
-
The number of contained definitions
- numIncludes
-
The number of include statements
- numOptions
-
The number of options declared
- numSpecifications
-
The number of kinds of specifications that can be completed from the node's specifications method
- numStatements
-
The number of statements used
- numTerms
-
The number of term definitions
Attributes
- Source
- StatsPass.scala
- Graph
-
- Supertypes
Members list
In this article