
Test as you type
Code Coverage
NCrunch tracks your code coverage in real-time, showing this in markers next to your code.
This makes it easy to track where your coverage is heavy or light.

Performance Metrics
NCrunch passively collects performance data from your tests while they run.
This is tracked and displayed on a per-line basis using yellow 'hot spots' on coverage markers.

Control and Data Inspection
NCrunch's Runtime Data Inspection collects and reports
variables, fields, parameters, method return results and control flow as it happened during your test run.
You can drill into and slice this up on demand from right within your code. Find the bugs with no debugger necessary!
