report containing "Excluded From Coverage Results"

report containing "Excluded From Coverage Results"

When the reports contains "Excluded From Coverage Results"

that information is some time incomplete, in the sence that if a namespace is excluded the report do not tell what assembly that namespace is part of

This may lead to not so easy to read reports e.g. C++/CLI assemblies allways contain a namespace named "-" which (mostly) contain compiler supplied code so you typpical wants to exclude that hower this result in several identical lines in the report

I sugest that exclude namespace is list on the form:

    "AssemblyName.dll" / "NamespaceName"

Instead of just:

   "NamespaceName"

br Jens