PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Testing » PHPUnit2 » Bug #8203

individual compilers required

Details

Submitted2006-07-13 09:36 UTC
Fromjan at motubo dot com
Assignedsebastian
StatusClosed
PackagePHPUnit2
PHP Version5.1.4
OSDebian
Roadmaps(Not assigned)

Comments

[2006-07-13 09:36 UTC] jan at motubo dot com

Description:
------------
The code coverage is displayed false, if method call span over multiple lines, eg:

1: $var = sprintf( '%s = %s',
2: $var1,
3: $var2
4: );

The lines 2 and 3 are marked as "not run".

XDebug version: 2.0.0beta6

[2006-08-01 07:48 UTC] sebastian at php dot net

Moved to http://www.phpunit.de/ticket/29.