|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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. |
Method Detail |
public java.lang.String getCoveredFormattedText()
public java.lang.String getNotCoveredFormattedText()
public byte getInstructionWeight()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |