Identifying High Risk .NET Code With NDepend
Identifying High Risk .NET Code With NDepend
Submitted by jason@parlezuml.com (Jason Gorman) on Tue, 08/07/2008 - 11:46.That clever chappy who markets the .NET metrics tool NDepend has added a very useful feature. You can now import unit test coverage reports from NCover into a code analysis project, and compare test coverage with other bug-influencers like code complexity.
So you could, for exampe, write a code quality constraint that warns you if NDepend finds any methods that have low or no coverage and high
So you could, for exampe, write a code quality constraint that warns you if NDepend finds any methods that have low or no coverage and high
