net.sourceforge.groboutils.codecoverage.v2.module
Class BytecodeCountMeasure

java.lang.Object
  extended bynet.sourceforge.groboutils.codecoverage.v2.module.BytecodeCountMeasure
All Implemented Interfaces:
IAnalysisModule

public class BytecodeCountMeasure
extends java.lang.Object
implements IAnalysisModule

Processes methods for instruction-count coverage analysis. Currently, this does not support localization.

Since:
January 26, 2003
Version:
$Date: 2003/02/10 22:51:28 $
Author:
Matt Albrecht groboclown@users.sourceforge.net
See Also:
IAnalysisMetaData

Constructor Summary
BytecodeCountMeasure()
           
 
Method Summary
 void analyze(IMethodCode method)
          Perform the analysis on the method.
 java.lang.String getMeasureName()
          Returns the human-readable name of the measure.
 java.lang.String getMeasureUnit()
          Returns the unit name for this particular coverage measure.
 java.lang.String getMimeEncoding()
          Returns the text format used in meta-data formatted text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytecodeCountMeasure

public BytecodeCountMeasure()
Method Detail

getMeasureName

public java.lang.String getMeasureName()
Returns the human-readable name of the measure.

Specified by:
getMeasureName in interface IAnalysisModule

getMeasureUnit

public java.lang.String getMeasureUnit()
Returns the unit name for this particular coverage measure.

Specified by:
getMeasureUnit in interface IAnalysisModule

getMimeEncoding

public java.lang.String getMimeEncoding()
Returns the text format used in meta-data formatted text. This should be the mime encoding type, such as "text/plain" or "text/html".

Specified by:
getMimeEncoding in interface IAnalysisModule

analyze

public void analyze(IMethodCode method)
Perform the analysis on the method.

Specified by:
analyze in interface IAnalysisModule


Copyright © 2001-2003 by The GroboUtils Project