Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Won't Fix
-
Component/s: clover-plugin
-
Labels:None
-
Similar Issues:
Description
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).