c

scoverage

MeasuredClass

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

Linear Supertypes
Serializable, Serializable, Product, Equals, MethodBuilders, CoverageMetrics, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MeasuredClass
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MethodBuilders
  7. CoverageMetrics
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MeasuredClass(fullClassName: String, statements: Iterable[Statement])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def branchCount: Int
    Definition Classes
    CoverageMetrics
  6. def branchCoverage: Double

    Definition Classes
    CoverageMetrics
    See also

    http://stackoverflow.com/questions/25184716/scoverage-ambiguous-measurement-from-branch-coverage

  7. def branchCoverageFormatted: String
    Definition Classes
    CoverageMetrics
  8. def branchCoveragePercent: Double
    Definition Classes
    CoverageMetrics
  9. def branches: Iterable[Statement]
    Definition Classes
    CoverageMetrics
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. 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.

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val fullClassName: String
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def ignoredStatementCount: Int
    Definition Classes
    CoverageMetrics
  17. def ignoredStatements: Iterable[Statement]
    Definition Classes
    MeasuredClassCoverageMetrics
  18. def invokedBranches: Iterable[Statement]
    Definition Classes
    CoverageMetrics
  19. def invokedBranchesCount: Int
    Definition Classes
    CoverageMetrics
  20. def invokedStatementCount: Int
    Definition Classes
    CoverageMetrics
  21. def invokedStatements: Iterable[Statement]
    Definition Classes
    CoverageMetrics
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def loc: Int
  24. def methodCount: Int
    Definition Classes
    MethodBuilders
  25. def methods: Seq[MeasuredMethod]
    Definition Classes
    MethodBuilders
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  29. def source: String
  30. def statementCount: Int
    Definition Classes
    CoverageMetrics
  31. def statementCoverage: Double
    Definition Classes
    CoverageMetrics
  32. def statementCoverageFormatted: String
    Definition Classes
    CoverageMetrics
  33. def statementCoveragePercent: Double
    Definition Classes
    CoverageMetrics
  34. val statements: Iterable[Statement]
    Definition Classes
    MeasuredClassMethodBuildersCoverageMetrics
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MethodBuilders

Inherited from CoverageMetrics

Inherited from AnyRef

Inherited from Any

Ungrouped