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

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

public class LineCountMeasure
extends AbstractMeasure

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

Since:
December 17, 2002
Version:
$Date: 2004/04/15 05:48:26 $
Author:
Matt Albrecht groboclown@users.sourceforge.net
See Also:
IAnalysisMetaData

Constructor Summary
LineCountMeasure()
           
 
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 net.sourceforge.groboutils.codecoverage.v2.module.AbstractMeasure
markInstruction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineCountMeasure

public LineCountMeasure()
Method Detail

getMeasureName

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


getMeasureUnit

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


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".


analyze

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



Copyright © 2001-2003 by The GroboUtils Project