The first C# tool that I’ve been looking at is NCover, a very popular piece of software intended to do static code analysis and integrate with a build system. NCover primarily focuses on calculating unit test coverage and cyclomatic complexity, two undeniably good metrics to drive test driven development and build maintainable code. NCover has […]