Book Image

ReSharper Essentials

By : Lukasz Gasior
Book Image

ReSharper Essentials

By: Lukasz Gasior

Overview of this book

Table of Contents (18 chapters)
ReSharper Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Analyzing code coverage with dotCover


As we mentioned previously in this chapter, ReSharper can work together with dotCover—another great tool created by JetBrains. dotCover is a code coverage tool that can work independently of ReSharper but it can be also used together with it.

dotCover simply analyzes your code and presents a report that shows how much of your code is covered by unit tests.

To run dotCover from ReSharper, select Cover Unit Tests with dotCover from any place where you can run unit tests with ReSharper. The report will be displayed in the Unit Test Sessions window in a separate tab, as shown in the following screenshot:

Note

You can read more about dotCover on the JetBrains website at http://www.jetbrains.com/dotcover/.