User Tools

Site Tools


icsharpcode_codecoverage_codecoverageoptionspanel.htm
Navigation:  Development Environment (IDE) > General Setup and Navigation > Configuration Options > Tools >====== Tools Options: Tools - Code Coverage ====== Previous pageReturn to chapter overviewNext page

The Code Coverage option requires that you have NCover installed. It is a feature supported for Clarion# projects only.

NCover is the open source code coverage tool for .NET.

NCover provides statistics about your code, telling you how many times each line of code was executed during a particular run of the application. The most common use of code coverage analysis is to provide a measurement of how thoroughly your unit tests exercise your code. After running your unit tests under NCover, you can easily pinpoint sections of code that are poorly covered and write unit tests for those portions. Code coverage measurement is a vital part of a healthy build environment.

For more information, see the following link:

http://ncover.org/site/

icsharpcode_codecoverage_codecoverageoptionspanel.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1