Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: GROOVY-0.2
-
Fix Version/s: GROOVY-0.2
-
Component/s: Groovy
-
Labels:None
-
Number of attachments :
Description
See http://markmail.org/message/k7f5wam5bkjkfkff
Problem comes from the line :
<line number="6" hits="1" branch="false" condition-coverage="100%"/>
CoberturaSensor from Sonar core assumes that if attribute condition-coverage presented, then it's a branch line. But actually we should use attribute branch to determine - should we parse condition-coverage or not.
Issue Links
- is related to
-
SONAR-1808
sonar-cobertura-plugin should be reusable
-
Fixed in r2270.