Expand Minimize
This documentation is part of the BETA release and subject to change.

Maintainability Index

A metric that takes into account the volume and complexity of code to give a simple indicator for maintability. (MI = MAX(0,(171 - 5.2 * ln(Halstead Volume) - 0.23 * (Cyclomatic Complexity) - 16.2 * ln(Source Lines of Code)) * 100 / 171)).

CheckId AM060103
TypeName MaintainabilityIndex
Severity Information
Type Assembly
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.