|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.module.DefaultAnalysisMetaData
Contains data necessary for storing the meta-data associated with a specific marked bytecode instruction.
There is an optional "weight" value which can associate a number from -128 to 127 for this particular instruction. This will create a weighted coverage value to indicate on each summary level how important it is for this particular bytecode to be executed. If the analysis module doesn't use weights, then this should return the same value for all instructions.
Constructor Summary | |
DefaultAnalysisMetaData(java.lang.String c,
java.lang.String nc,
byte w)
|
Method Summary | |
java.lang.String |
getCoveredFormattedText()
Returns the formatted, localized text for a report on this instruction if it was covered during the runtime execution. |
byte |
getInstructionWeight()
Returns any value in the range of a byte that assigns an importance "weight" to this instruction. |
java.lang.String |
getNotCoveredFormattedText()
Returns the formatted, localized text for a report on this instruction if it was not covered during the runtime execution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultAnalysisMetaData(java.lang.String c, java.lang.String nc, byte w)
Method Detail |
public java.lang.String getCoveredFormattedText()
getCoveredFormattedText
in interface IAnalysisMetaData
public java.lang.String getNotCoveredFormattedText()
getNotCoveredFormattedText
in interface IAnalysisMetaData
public byte getInstructionWeight()
getInstructionWeight
in interface IAnalysisMetaData
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |