|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectforge.solve.Coverage
public final class Coverage
Coverage of a
Nested Class Summary | |
---|---|
static class |
Coverage.Score
A coverage score given to a statement. |
Method Summary | |
---|---|
ForgeCFG |
code()
|
java.util.Set<?> |
kkCore()
Returns set of Kodkod formulas in the core. |
java.util.Set<CFGStmt> |
missed()
Returns the set of statements that could be covered at least once that are not covered at least once. |
ForgeCFG.Spec |
spec()
|
Coverage.Score |
stmtScore(CFGStmt stmt)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public ForgeCFG code()
public ForgeCFG.Spec spec()
public java.util.Set<?> kkCore()
public Coverage.Score stmtScore(CFGStmt stmt)
public java.util.Set<CFGStmt> missed()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |