Bugs in NCoverExplorerSummary.xsl

Bugs in NCoverExplorerSummary.xsl

The v2.0.2 NCoverExplorerSummary.xsl stylesheet seems to have some bugs in the ModuleSummary2 template. The source of the issue is that the module nodes in my ncoverexplorer xml use abbreviated attribute names, while the template uses long names. To make the stylesheet work properly, I had to make the following changes:

line 124: @name needs to be @n line 127: @coverage needs to be @c line 130: @acceptable needs to be @a line 133: @coverage needs to be @c, @acceptable needs to be @a line 136: @coverage needs to be @c, @acceptable needs to be @a

-Ian


Re: Bugs in NCoverExplorerSummary.xsl

Thank you for bringing this problem to our attention ipurvis. NCoverExplorerSummary.xsl will be fixed in the next (v 2.0.3) release of NCover.