Home » Testing » PHPUnit2 » Bug #8203
individual compilers required
Details
| Submitted | 2006-07-13 09:36 UTC |
|---|---|
| From | jan at motubo dot com |
| Assigned | sebastian |
| Status | Closed |
| Package | PHPUnit2 |
| PHP Version | 5.1.4 |
| OS | Debian |
| 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.