Please enable JavaScript.
Coggle requires JavaScript to display documents.
Code Review (Metrics (cyclomatic complexity (if, else, switch, ...) ((0-10…
Code Review
Metrics
-
Lines of Code (LOC)
5, 10, 20 rule
Risk Density
Similar to defect density, but discovered issues are rated by risk (high, medium & low).
cyclomatic complexity (if, else, switch, ...)
-
-
-
-
-
Tips (for reviewers)
-
"Lines Of Code (LOC) for a review should be under 200, not to exceed 400."
Slow down! "The longer you take in review, the more defects you’ll find."
Inspection rate < 250 lines/hour is good, < 400 lines/hour is okay, above 400 lines/hour will miss many defects