Introduction
OpenCover is a free, open-sourced [https://github.com/sawilde/opencover], code
coverage tool for .NET 2.0 and above running on the .NET platform. It supports
sequence coverage, branch coverage and has a cover by test facility. Though
OpenCover is command line only, a rich HTML UI of the results can be visualized
using ReportGenerator [http://reportgenerator.codeplex.com/].
We will aim to demonstrate how you can use this utility to get visibility into
your testing coverage.
Backgro