com.bitblends.scalametrics
package com.bitblends.scalametrics
Members list
Type members
Classlikes
This object was generated by sbt-buildinfo.
This object was generated by sbt-buildinfo.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
BuildInfo.type
object ScalaMetrics
The ScalaMetrics object provides functionality for analyzing Scala projects and generating metrics by processing source files and applying analyzers. Metrics are aggregated into a ProjectMetrics instance, representing the complete analysis of a project.
The ScalaMetrics object provides functionality for analyzing Scala projects and generating metrics by processing source files and applying analyzers. Metrics are aggregated into a ProjectMetrics instance, representing the complete analysis of a project.
This can serve as the main entry point for generating metrics for Scala codebases.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalaMetrics.type
In this article