import MethodAverage from 'typhonjs-escomplex-commons/src/module/report/averages/MethodAverage.js'MethodAverage
Provides all the averaged method metric data.
Constructor Summary
| Public Constructor | ||
| public |
Initializes the default averaged method data. |
|
Member Summary
| Public Members | ||
| public |
Measures the average method cyclomatic complexity of the module / class. |
|
| public |
Measures the average method cyclomatic density of the module / class. |
|
| public |
Stores the averaged Halstead metric data. |
|
| public |
Measures the average number of method parameters for the module / class. |
|
| public |
Measures the average source lines of code for the module / class. |
|
Public Constructors
Public Members
public cyclomatic: number source
Measures the average method cyclomatic complexity of the module / class.
public cyclomaticDensity: number source
Measures the average method cyclomatic density of the module / class.