case class PathCoverage(paths: Set[Path]) extends Coverage with Product with Serializable
Verifies if a set of path is covered
- paths
paths to cover
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PathCoverage
- Serializable
- Serializable
- Product
- Equals
- Coverage
- 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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
coverTest(cfg: CFG, states: List[State]): Seq[Path]
Tests if a list of states covers what is required when executing a control flow graph
Tests if a list of states covers what is required when executing a control flow graph
- cfg
control flow graph
- states
initial states
- returns
the list of uncovered units
- Definition Classes
- PathCoverage → Coverage
-
def
coverTestString(cfg: CFG, states: List[State]): String
Get a human readable message of coverage success or not
Get a human readable message of coverage success or not
- cfg
control flow graph
- states
initial states
- returns
human readable message including uncovered units
- Definition Classes
- PathCoverage → Coverage
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
- val paths: Set[Path]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- PathCoverage → AnyRef → Any
-
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
- @native() @throws( ... )