An open source tool for measuring .NET program code coverage, allowing you to see executed and missed code during automated tests.
OpenCover is an open source code coverage analysis tool for .NET applications. It works by instrumenting the target .NET assemblies during runtime to record which lines of code are executed. The coverage results can then be formatted into detailed reports.
Some key features of OpenCover include:
Overall, OpenCover provides a way for .NET developers to get code coverage metrics and identify gaps in their test suites. It helps improve test quality and confidence in the code.
Here are some alternatives to OpenCover:
Suggest an alternative ❐