Reputation: 12053
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
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.
Disclaimer: I work for NDepend
Upvotes: 1