[pcre-dev] [Bug 1266] New: add gcov/lcov code coverage suppo…

Inizio della pagina
Delete this message
Autore: Christian Persch
Data:  
To: pcre-dev
Nuovi argomenti: [pcre-dev] [Bug 1266] add gcov/lcov code coverage support, [pcre-dev] [Bug 1266] add gcov/lcov code coverage support, [pcre-dev] [Bug 1266] add gcov/lcov code coverage support
Oggetto: [pcre-dev] [Bug 1266] New: add gcov/lcov code coverage support
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1266
           Summary: add gcov/lcov code coverage support
           Product: PCRE
           Version: N/A
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
        AssignedTo: ph10@???
        ReportedBy: chpe@???
                CC: pcre-dev@???



Created an attachment (id=580)
--> (http://bugs.exim.org/attachment.cgi?id=580)
code coverage testing

gcov is a tool to test a code coverage, and lcov generates nice html report
pages from it. Code coverage testing is important to check that the test suite
actually does test the library sufficiently. And the annotated source code can
be used to see which places need more testing and guide in creating those extra
tests.

To show you what this will do, I've uploaded the html report for 8.31-RC2 at
http://people.gnome.org/~chpe/pcre-lcov/opt/source/git/pcre/index.html


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email