radha_tankala's avatar
radha_tankala
Occasional Visitor
2 years ago
Status:
New Idea

Code Metrics

Code Metrics should capture more metrics like:

Unreachable code - statements present after return statement

Methods having more than one return statement - ideally a method cannot have more than one return statement

Unused methods, variables

Un initialized variables

No CommentsBe the first to comment