www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17923] New: code coverage improvements

https://issues.dlang.org/show_bug.cgi?id=17923

          Issue ID: 17923
           Summary: code coverage improvements
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: code dawg.eu

- branch coverage support

  There might be more than one expression on a single line, better coverage
tools support branch coverage.

- count unittests as non-code or at least offer an option

- allow to mark regions as non-reachable via // COV_EXCL_START/STOP comments

--
Oct 21 2017