===== Integrated Code Coverage of C and PHP Code ===== //Possible mentor: [[sebastian@php.net|Sebastian Bergmann]]// Implement a parser for gcov data files ([[http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc/Gcov-Data-Files.html#Gcov-Data-Files|#1]], [[http://gcc.gnu.org/viewcvs/branches/gcc-4_3-branch/gcc/gcov-io.h?view=markup|#2]]) in PHP. This would be helpful for developers that write both C-level and PHP-level code for their PHP applications and are interested in an integrated code coverage report. ==== Progress ==== None. ==== Status ==== Ideas stage, open.