Skip to content

why don't you use better formula? #13

@rookiePrgrmer

Description

@rookiePrgrmer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions