No coverage results for unused classes

No coverage results for unused classes

I use NCover to run my NUnit test cases for a single C# assembly.
Classes which are not used in any test-case (and hence are totally uncovered) are not mentioned in the NCover output at all. So my coverage statistics are higher than the true results, and I have no indication as of which classes are not tested at all.

I do see 100% un-coverage for some classes, so I don't know what is the difference.
Thank!
          Uri Cohen


Re: Can we run NCover in a server??

What do you mean by "in a server". Do you meanbeing invoked from a windows service, installed on a Win2K or Win2003 "server" with no local admin rights or ???

Did you use regsvr32 to register CoverLib.dll using an account that does have local admin rights?