Jump to content

Code Metrics

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 81.218.161.242 (talk) at 06:35, 21 July 2011. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Code Metrics is a code analysis tool included in Visual Studio 2008 (Team Edition and Team Suite only) that allows code and projects to be analysed and gathers statistics such as inheritance depth, lines of code, number of classes etc. and computes a maintainability index based on the gathered information.

See also