-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
In the origin paper, wrote by Paul Oman, they improved the original formula which used in escomplex-plugin-metrics-module.
The formula used in escomplex-plugin-metrics-module is:
Maintainability = 171
- 3.42 * ln(aveE)
- 0.23 * aveV(g')
- 16.2 * ln(aveLOC) + aveCM
and the improved version is:
Maintainability = 171
- 5.2 * ln(aveVol)
- 0.23 * aveV(g')
- 16.2 * ln(aveLOC)
+ ( 50 * sin(√2.46 * perCM) )
More details refer to Using Metrics to Evaluate Software System Maintainability.
Metadata
Metadata
Assignees
Labels
No labels