We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3898670 commit f84aadaCopy full SHA for f84aada
Root/Smell/Complexity/MaintainabilityIndex/README.rst
@@ -8,13 +8,14 @@
8
9
MaintainabilityIndex
10
====================
11
-The maintainablity [index](
12
-www.projectcodemeter.com/cost_estimation/help/GL_maintainability.htm)
+The maintainablity `index
+<www.projectcodemeter.com/cost_estimation/help/GL_maintainability.htm>`_
13
is a software metric which measures how
14
maintanable a source code is.
15
16
The maintainability index is always in the range 0-100 and is ranked
17
as follow:
18
+
19
* A `MI` in the range 0-9 maps to a code extremely difficult to maintain.
20
* A `MI` in the range 10-19 maps to a maintainable code.
21
* A `MI` in the range 20-100 maps to a code highly maintainable.
0 commit comments