Display Branch Coverage Information

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • Component/s: jacoco-plugin
    • None

      Right now, the coverage pages generated by the Jacoco plugin highglight both fully and partially covered instructions green, leaving no hint of coverage per branch. Especially with multiple conditions in an if (as in, a && b), both following code blocks are executed but it is unclear if all 4 possible combinations were tested.

      This should be improved to match Jacoco's own HTML reports which this kind of branch coverage data exists.

      GitHub Pull Request

            Assignee:
            Unassigned
            Reporter:
            Marcus Bauer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: