| Package | Description |
|---|---|
| org.evosuite.coverage | |
| org.evosuite.coverage.branch |
| Modifier and Type | Method and Description |
|---|---|
int |
ControlFlowDistance.compareTo(ControlFlowDistance o) |
| Modifier and Type | Method and Description |
|---|---|
ControlFlowDistance |
BranchCoverageGoal.getDistance(ExecutionResult result)
getDistance
|
static ControlFlowDistance |
ControlFlowDistanceCalculator.getDistance(ExecutionResult result,
Branch branch,
boolean value,
String className,
String methodName)
Calculates the ControlFlowDistance indicating how far away the given
ExecutionResult was from executing the given Branch in a certain way,
depending on the given value.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.