MeasuredClass

case class MeasuredClass(fullClassName: String, statements: Iterable[Statement]) extends CoverageMetrics with MethodBuilders
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def displayClassName: String

The class name for display is the FQN minus the package, for example "com.a.Foo.Bar.Baz" should display as "Foo.Bar.Baz" and "com.a.Foo" should display as "Foo".

The class name for display is the FQN minus the package, for example "com.a.Foo.Bar.Baz" should display as "Foo.Bar.Baz" and "com.a.Foo" should display as "Foo".

This is used in the class lists in the package and overview pages.

override def ignoredStatements: Iterable[Statement]
Definition Classes
def loc: Int
def source: String

Inherited methods

def branchCount: Int
Inherited from:
CoverageMetrics
Inherited from:
CoverageMetrics
Inherited from:
CoverageMetrics
def branches: Iterable[Statement]
Inherited from:
CoverageMetrics
Inherited from:
CoverageMetrics
def invokedBranches: Iterable[Statement]
Inherited from:
CoverageMetrics
Inherited from:
CoverageMetrics
Inherited from:
CoverageMetrics
Inherited from:
CoverageMetrics
def methodCount: Int
Inherited from:
MethodBuilders
Inherited from:
MethodBuilders
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
CoverageMetrics
def statementCoverage: Double
Inherited from:
CoverageMetrics
Inherited from:
CoverageMetrics