Cobertura v1.4 Release Notes

Release Date: 2005-05-30 // almost 19 years ago
  • * Fixed a bug that sometimes resulted in a
      StringIndexOutOfBoundsException when running cobertura-report
      (Thanks to Grzegorz Lukasik).
    * Fixed a bug where classes without coverage data ("N/A") were
      not always sorted correctly in the HTML report (Thanks to
      Olivier Parent).
    * Fixed a bug where the code complexity column would not always
      sort correctly in locales that use a comma to split the decimal
      part of the number (Thanks to Olivier Parent).
    * Show "N/A" in the branch column of the HTML report for classes
      and packages that do not have any branches.