Hi, Currently the coupling is calculated at a package-level. It would be nice to have also a metrics of the coupling at class-level i.e.
number of classes that a class depends on
and at method-level i.e number of methods of another class a method depends on (feature envy smell)
if I am not wrong, these aren't avaiable at this moment.
Log in to post a comment.
Hi,
Currently the coupling is calculated at a package-level.
It would be nice to have also a metrics of the coupling at class-level i.e.
number of classes that a class depends on
and at method-level i.e
number of methods of another class a method depends on (feature envy smell)
if I am not wrong, these aren't avaiable at this moment.