0
kicks
Using an Attribute to Exclude Code from NCover Reports
One approach to managing you code coverage metric is to use a simple attribute that can decorate the classes and methods you want excluded. This is useful in scenarios where you have classes wrapping difficult-to-test dependencies.