Jeff Key posted a link to his NCover browser, this might be very useful to browse code coverage if you're using NCover.
Features:
- Nodes in tree show aggregate completeness. Anything less than 100% is colored red.
- Clicking on a class displays the class visit info, clicking on a member displays only that member's info.
- Visit information is colored red if visit count is zero.
- Unvisited lines have the familiar red squiggle under them.
- Drag & drop file on app to load, File|Reload to reload.
- Print source files.