Jacek
Jacek

Reputation: 12053

Code metric for single class

Is it possible to calculate code metric for single class in Visual Studio 2013 Ultimate? I try to refactor class and I want to know what is beginning values and the code analysis for whole project take much time.

Upvotes: 1

Views: 229

Answers (1)

Patrick from NDepend team
Patrick from NDepend team

Reputation: 13842

You can also use the tool NDepend for that. The tool integrates with VS2013 Ultimate. It comes with many code metrics, that you can query through code queries LINQ (live), and visualize through treemaping. A 14 day full-featured trial can be downloaded.

Also a code metrics recap can be shown for each classes, with diff since an arbitrary baseline in the past you can choose.

NDepend Code Metrics

Disclaimer: I work for NDepend

Upvotes: 1

Related Questions