Skip navigation.

Identifying High Risk .NET Code With NDepend

Identifying High Risk .NET Code With NDepend

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