Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.9
-
Fix Version/s: 1.10
-
Labels:None
-
Environment:Windows XP/Java 1.5.0_10/Maven 1.1RC1
-
Number of attachments :
Description
When I ran dashboard across all my projects, there were several projects where the generated corbetura coverage.xml file did not have the elements that are referenced in coberturalipc.jelly, so it would generate output for that artifact to be: NaN%, which then causes the processing in dashboard.jsl to fail when it sees the %, it assumes its a valid number.
To correct this, I used the attached patch to further verify the result is not NaN before tacking on a % sign, if it is I set the result of 0.
Attached is a patch to fix this issue.