SandMark version 3.0


Package sandmark.statistics

This directory contains the various statistics implementations in the SandMark.

See:
          Description

Class Summary
analyzer Phase III implementation
ckOOmetric This class implements the chidamber's OO metrics.
Halstead This class implements the Halstead's metrics.
HalsteadMeasures  
HarrisonMagel This class implements the HarrisonMagel metrics that calculates the complexity of a program based on the nesting level and the Halstead complexity
kafura This class implements the henry/kafura's coupling metrics.
mcCabe This class implements the McCabe's cyclomatic metrics.
Metric This class is the base class for all the metrics implementation.
munson This class implements the munson's data structure metrics.
NestingLevelComplexity  
StatBound  
Statistics  
StatisticsRecord This class contains statistical information about one class including data about its fields, methods and the package in which it is located.
Stats This class is a collection of StatisticsRecords.
Stats.MetricWrapper  
 

Package sandmark.statistics Description

This directory contains the various statistics implementations in the SandMark. In addition to the code statistics, various software complexity metrics are also implemented. These complexity measures aid in observing various watermarked and obfuscated codes.


SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003