| java.lang.Object gov.nasa.jpf.util.CoverageManager
CoverageManager | public class CoverageManager (Code) | | static class to store coverage metrics relatedinformation
<2do>make it an instance, so that it can be configured. Should be a listener.
this also need to be extensible, since it's currently a great structural
bottleneck
|
IFcounter | public static int IFcounter(Code) | | |
Methodcounter | public static int Methodcounter(Code) | | |
branchCoverage | static boolean branchCoverage(Code) | | |
calcBranchCoverage | static boolean calcBranchCoverage(Code) | | |
insnCoverage | static boolean insnCoverage(Code) | | |
pathCoverage | static boolean pathCoverage(Code) | | |
addThread | public static void addThread(int thread)(Code) | | |
decIFBranch | public static void decIFBranch(int th, int index)(Code) | | |
decMethod | public static void decMethod(int th, int index)(Code) | | |
getBranchCount | public static int getBranchCount(int th, int index)(Code) | | |
getGlobalCoverage | public static int getGlobalCoverage()(Code) | | |
getIndexIFMap | public static int[][] getIndexIFMap()(Code) | | |
getLastIncremented | public static int getLastIncremented()(Code) | | |
getLastIncrementedGlobal | public static int getLastIncrementedGlobal()(Code) | | |
getLastInstruction | public static int getLastInstruction()(Code) | | |
getLastInstructionGlobal | public static int getLastInstructionGlobal()(Code) | | |
getMethodCount | public static int getMethodCount(int th, int index)(Code) | | |
getPathBranchCount | public static int getPathBranchCount(int th, int index)(Code) | | |
getPathCoverage | public static int getPathCoverage()(Code) | | |
incIFBranch | public static void incIFBranch(int th, int index)(Code) | | |
incMethod | public static void incMethod(int th, int index)(Code) | | |
printCoverageIF | public static void printCoverageIF()(Code) | | |
printIF | public static void printIF()(Code) | | |
printPathCoverageIF | public static void printPathCoverageIF()(Code) | | |
printResults | public static void printResults()(Code) | | |
setCalcBranchCoverage | public static void setCalcBranchCoverage(boolean b)(Code) | | |
setIndexIFMap | public static void setIndexIFMap(int[][] newIndexMap)(Code) | | |
setInstructionCoverage | public static void setInstructionCoverage(boolean b)(Code) | | |
setInstructionMap | public static void setInstructionMap(Hashtable iMap)(Code) | | |
setLastIncrements | public static void setLastIncrements(int i)(Code) | | |
setPathCoverage | public static void setPathCoverage(boolean b)(Code) | | |
|
|