141k views
16 votes
What software quality metrics would you use to measure software maintainability, how would you use them, and where in the project life cycle would you use them

1 Answer

9 votes

Answer:

V is the average Halstead Volume per module.

G is the average Cyclomatic Complexity per module.

L is the average number of Source Lines of Code (SLOC) per module.

C is the average number of comment lines per module

Step-by-step explanation:

User Corey Witherow
by
6.1k points