case class MeasuredClass(fullClassName: String, statements: Iterable[Statement]) extends CoverageMetrics with MethodBuilders with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MeasuredClass
- Serializable
- Serializable
- Product
- Equals
- MethodBuilders
- CoverageMetrics
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
branchCount: Int
- Definition Classes
- CoverageMetrics
-
def
branchCoverage: Double
- Definition Classes
- CoverageMetrics
- See also
http://stackoverflow.com/questions/25184716/scoverage-ambiguous-measurement-from-branch-coverage
-
def
branchCoverageFormatted: String
- Definition Classes
- CoverageMetrics
-
def
branchCoveragePercent: Double
- Definition Classes
- CoverageMetrics
-
def
branches: Iterable[Statement]
- Definition Classes
- CoverageMetrics
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val fullClassName: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
ignoredStatementCount: Int
- Definition Classes
- CoverageMetrics
-
def
ignoredStatements: Iterable[Statement]
- Definition Classes
- MeasuredClass → CoverageMetrics
-
def
invokedBranches: Iterable[Statement]
- Definition Classes
- CoverageMetrics
-
def
invokedBranchesCount: Int
- Definition Classes
- CoverageMetrics
-
def
invokedStatementCount: Int
- Definition Classes
- CoverageMetrics
-
def
invokedStatements: Iterable[Statement]
- Definition Classes
- CoverageMetrics
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loc: Int
-
def
methodCount: Int
- Definition Classes
- MethodBuilders
-
def
methods: Seq[MeasuredMethod]
- Definition Classes
- MethodBuilders
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def source: String
-
def
statementCount: Int
- Definition Classes
- CoverageMetrics
-
def
statementCoverage: Double
- Definition Classes
- CoverageMetrics
-
def
statementCoverageFormatted: String
- Definition Classes
- CoverageMetrics
-
def
statementCoveragePercent: Double
- Definition Classes
- CoverageMetrics
-
val
statements: Iterable[Statement]
- Definition Classes
- MeasuredClass → MethodBuilders → CoverageMetrics
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()