MeasuredClass
scoverage.domain.MeasuredClass
case class MeasuredClass(fullClassName: String, statements: Iterable[Statement]) extends CoverageMetrics, MethodBuilders
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MethodBuilderstrait CoverageMetricsclass Objecttrait Matchableclass AnyShow all
Members list
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.
Attributes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- CoverageMetrics
Attributes
- See also
- Inherited from:
- CoverageMetrics
Attributes
- Inherited from:
- CoverageMetrics
Attributes
- Inherited from:
- CoverageMetrics
Attributes
- Inherited from:
- CoverageMetrics
Attributes
- Inherited from:
- CoverageMetrics
Attributes
- Inherited from:
- CoverageMetrics
Attributes
- Inherited from:
- CoverageMetrics
Attributes
- Inherited from:
- CoverageMetrics
Attributes
- Inherited from:
- CoverageMetrics
Attributes
- Inherited from:
- MethodBuilders
Attributes
- Inherited from:
- MethodBuilders
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- CoverageMetrics
Attributes
- Inherited from:
- CoverageMetrics
Attributes
- Inherited from:
- CoverageMetrics
Attributes
- Inherited from:
- CoverageMetrics
In this article