Skip to main content
. 2021 Feb 26;7:e406. doi: 10.7717/peerj-cs.406

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 171.05.2log2(V)0.23CC16.2log2(SLOC)+50.0sin(2.4(CLOC/SLOC))
MIVS MI implemented in Visual Studio max(0, (171 − 5.2 * ln(V) − 0.23 * CC − 16.2 * ln(SLOC)) * 100/171)