[xdebug-dev] Bug 0000365: Feature patch, allow code coverage to avoid "covering" certain files by path.

From: <noreply[@]lists.xdebug.org>
Date: Fri, 18 Apr 2008 19:24:27 +0200

The following NEW bug has been ADDED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000365
======================================================================
Reporter: derick
Handler:
======================================================================
Project: Xdebug
Bug ID: 365
Category: Feature/Change request
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Operating System:
PHP Version: 5.2.5
Xdebug Version: 2.0.2
======================================================================
Date Submitted: 2008-04-18 19:24 CEST
Last Modified: 2008-04-18 19:24 CEST
======================================================================
Summary: Feature patch, allow code coverage to avoid "covering" certain files by path.
Description:
Adds a new userspace command to the code coverage section:-

void xdebug_code_coverage_exclude_paths (array);

Basically, passes an array of strings that the coverage should avoid
counting on. The strings are matched against the
filename path and if a match is made code coverage doesn't cover that
module.

Reasons for creating it. I have a rather heavy weight test syste to deal
with against a rather large application and I
didn't want xdebug to code coverage the actual test scripts, just the
application. Well, simple as that.

See: http://xdebug.org/archives/xdebug-general/1236.html
======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2008-04-18 19:24derick New Bug
2008-04-18 19:24derick Bug Monitored: derick
======================================================================
Received on Fri Apr 18 2008 - 19:24:36 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST