com.codacy.plugins.api.metrics

Members list

Type members

Classlikes

case class FileMetrics(filename: String, complexity: Option[Int], loc: Option[Int], cloc: Option[Int], nrMethods: Option[Int], nrClasses: Option[Int], lineComplexities: Set[LineComplexity])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class LineComplexity(line: Int, value: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait MetricsTool

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object MetricsTool

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type