Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10842 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2307 invoked by uid 1010); 30 Jun 2004 02:52:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2283 invoked from network); 30 Jun 2004 02:52:40 -0000 Received: from unknown (HELO mproxy.gmail.com) (216.239.56.241) by pb1.pair.com with SMTP; 30 Jun 2004 02:52:40 -0000 Received: by mproxy.gmail.com with SMTP id w29so1496208cwb for ; Tue, 29 Jun 2004 19:52:40 -0700 (PDT) Received: by 10.38.104.1 with SMTP id b1mr109066rnc; Tue, 29 Jun 2004 19:52:39 -0700 (PDT) Message-ID: <8a7525890406291952666cd61b@mail.gmail.com> Date: Tue, 29 Jun 2004 19:52:39 -0700 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Code coverage testing From: munkyboy@gmail.com (Michael Luu) Hi all. I've started poking/hacking around in the Zend source trying to implement code coverage statistics for php files. The end goal is to build php with a coverage option, place it on a test server, run test suites, then see which lines of code in which files were hit (more importantly which ones weren't). Very similar to gcov for those familar with gcc. Am I re-inventing the wheel? Does this already exist? Thanks, Mike