Exclude libraries from Coverage reports (without changing co

Exclude libraries from Coverage reports (without changing co

                                                         Hi, <br /> <br />

I am using ncover on giant libraries nunit tests which import from many other built-in dotnet libraries and result of that is a 10MB XML file. This is because ncover also covers all the methods and classes from these (not useful to me) libraries.

I want to exclude certain libraries from my ncover coverage reports. So far the only way I have noticed is to make attribute to exclude classes or methods from coverage. However, I do not want to change my code in whatever way. 

Also, I want to do this from Ncover.Console and not NCover GUI (explorer)


Is it possible to customize the coverage reports?

Any help/suggestion would be helpful. Thank you.