Maintainability Index metric (LC0007)
The Maintainability Index is a software metric that indicates how maintainable a piece of code is. A lower value suggests the code may be difficult to maintain, understand, or modify.
This rule reports the calculated Maintainability Index for procedures, allowing developers to identify areas that may benefit from refactoring.
See also
- LC0008 - Maintainability Index threshold exceeded