Show all uncovered lines of code through ncrunch

Ncrunch shows lines of code that are not considered as black bubbles in tests ...

Is it possible to show all lines of code that are not covered by tests? (Something like dotCover code review report)

Thanks in advance

+5
source share
1 answer

Ncrunch has supported this feature since version 1.39b. There is a metrics button in which you can have a general overview of the coverage (solution, project, file). Neat feature.

+3
source

All Articles