MeasuredClass
case class MeasuredClass(fullClassName: String, statements: Iterable[Statement]) extends CoverageMetrics with MethodBuilders
trait Serializable
trait Product
trait Equals
trait MethodBuilders
trait CoverageMetrics
class Object
trait Matchable
class Any
Value members
Concrete methods
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.