Table 5. Considered variants of the MI metric.
Acronym | Meaning | Formula |
---|---|---|
MIO | Original maintainability index | 171.0 − 5.2 * ln(V) − 0.23 * CC − 16.2 * ln(SLOC) |
MISEI | MI by Software Engineering Institute | |
MIVS | MI implemented in Visual Studio | max(0, (171 − 5.2 * ln(V) − 0.23 * CC − 16.2 * ln(SLOC)) * 100/171) |