Hot Spots

Find areas of your code base that may need better test coverage.

Are your tests (good) enough? 🤔

Hot spots help you find complex methods that don't have (much) code coverage.

By calculating a risk metric, based on code coverage and the complexity of your code, dotCover's hot spots help you pinpoint areas that need more or better test coverage.

See Also


Related Resources

Continuous Testing
Run your tests in the background, while you code.
Writing and Running Unit Tests with ReSharper
Run, debug and profile tests, do continuous testing, and inspect code coverage.
Unit Testing with Rider
Learn how Rider can help make sure code behaves as expected, with continuous testing and code coverage.