Which metric best reflects software maintainability ?
2026
Which metric best reflects software maintainability ?
- A.
Cyclomatic complexity
- B.
Halstead volume
- C.
Lines of code
- D.
Function points
Attempted by 31 students.
Show answer & explanation
Correct answer: A
Cyclomatic complexity is the best metric for software maintainability as it measures code structure and testability.