|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarkRecord | |
net.sourceforge.groboutils.codecoverage.v2.datastore | Controls the meta-data access for post-compilation and report generation, and logging data. |
net.sourceforge.groboutils.codecoverage.v2.report | Generates reports on the coverage metrics. |
net.sourceforge.groboutils.codecoverage.v2.util | Standard utilities used by all the packages. |
Uses of MarkRecord in net.sourceforge.groboutils.codecoverage.v2.datastore |
Methods in net.sourceforge.groboutils.codecoverage.v2.datastore that return MarkRecord | |
MarkRecord[] |
ClassRecord.getMarksForAnalysisModule(java.lang.String measureName)
|
MarkRecord[] |
ClassRecord.getMarksForAnalysisModule(IAnalysisModule am)
|
Methods in net.sourceforge.groboutils.codecoverage.v2.datastore with parameters of type MarkRecord | |
void |
ClassRecord.addMark(MarkRecord mr)
Adds a mark record, and ensures that it is unique upon insertion. |
Uses of MarkRecord in net.sourceforge.groboutils.codecoverage.v2.report |
Methods in net.sourceforge.groboutils.codecoverage.v2.report that return MarkRecord | |
MarkRecord[] |
ClassMarkSet.getCoveredMarksForMethod(java.lang.String methodSig)
Return all the marks that were covered during the execution of the given method. |
MarkRecord[] |
ClassMarkSet.getNotCoveredMarksForMethod(java.lang.String methodSig)
Return all the marks that were not executed during the runtime of the given method. |
MarkRecord[] |
AnalysisModuleData.getAllClassMarks(java.lang.String classSig)
Retrieves all the mark records for the given class. |
Uses of MarkRecord in net.sourceforge.groboutils.codecoverage.v2.util |
Methods in net.sourceforge.groboutils.codecoverage.v2.util that return MarkRecord | |
MarkRecord[] |
ClassfileCheckerCLI.getMarkRecords(java.lang.String classname,
IMetaDataReader mdr)
|
Methods in net.sourceforge.groboutils.codecoverage.v2.util with parameters of type MarkRecord | |
java.lang.String[] |
ClassfileCheckerCLI.markedLine(MarkRecord[] mrL,
int lineNo)
Returns the measure names of the analysis modules that marked this particular line. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |