Which of the following statement is not CORRECT about code quality metrics?
a. Comment density is measured by dividing the number of comment lines by the
total lines of code.
b. Cyclomatic complexity measures the complexity of a program.
c. Checking code duplication.
d. Tight coupling and low cohesion indicates high quality of code