We've just done a large refactor to a project. I would like to use dotCover to compare the test coverage before and after this change, to make sure that we haven't inadvertently removed still-required unit tests.
The only possiblility I can see is to export the coverage as xml, and use a text-diff to view the two files, but that sounds pretty horrible. (I have about 350k lines.)
Is there a better solution?