Coverage summaries display wrong values

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Within my source code I have no conditionals (see code below). In view 'Cobertura Coverage Report -> Package Breakdown --> Bean.java', column 'Conditionals' says 'N/A'. But in views 'Project Coverage Summary' and 'Package Coverage Summary' Cobertura reports 'Conditionals 0% 0/0' and my project gets cloudy :/ This is not a proper behavior from my point of view what do you think?

      br
      vollecker
      ----------------------------------------
      public class Bean {
      public void noConditionals()

      { //do nothing }


      }
      ----------------------------------------
      public class Tester extends TestCase {
      public void testBean()

      { Bean bean = new Bean(); bean.noConditionals(); }

      }
      ----------------------------------------

            Assignee:
            jan_ruzicka
            Reporter:
            vollecker
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: