-
Improvement
-
Resolution: Won't Fix
-
Major
-
None
Currently there is no possibility to get the Branch Coverage from the clover plug-in. The coverage is calculated by Clover and can be accessed like BlockMetrics.getPcCoveredBranches()
The 'branch coverage' is named 'conditional coverage' in the plugin code. So the com.atlassian.clover.api.registry.BlockMetrics#getPcCoveredBranches
should be accessible by hudson.plugins.clover.CloverBuildAction#getConditionalCoverage.
Feel free to reopen the issue if you want something different (and give more details please).