Hi all,
I've been recently asked to analyze a project and identify 20 classes that are highest at risk based on the design metrics.
I've began analyzing the project and i've decided to pick out the classes with the highest maximum Complexity. Should i be looking at anything else besides max complexity. i.e. number of calls, statements, classes, methods/classes,max depth etc.. Am i headed in the right direction? if not what else should i be looking at?
Thanks in advance.