- 
    
Bug
 - 
    Resolution: Unresolved
 - 
    
Minor
 - 
    None
 
I've been using gcovr, Cobertura XML Output, and Cobertura plugin with old API.
I have just swithched to coverage plugin.
The line coverage is different between Cobertura and coverage.
I checked the source code CoberturaParser.java.
In the case of the following xml, the judgment is made if D>0.
<line number="A" hits="B" branch="true" condition-coverage="C% (D/E)">
Wouldn't it be correct to judge if B>0?