com.codacy.plugins.api.metrics
package 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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait MetricsTool
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object MetricsTool
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MetricsTool.type
In this article