gsoc:2009:xdebug
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
gsoc:2009:xdebug [2009/07/05 20:49] – Added research section allisterb | gsoc:2009:xdebug [2025/04/03 13:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 11: | Line 11: | ||
Extend the code coverage instrumentation in Xdebug from statement coverage to include decision and path coverage. Xdebug will be able to report for a given block of code the number of unique branches, how many branches were executed during execution of the block, how many linearly independent paths exist through the code block, and which of these code paths were executed. A data structure representing which paths and branches were taken will be available to code coverage tools . | Extend the code coverage instrumentation in Xdebug from statement coverage to include decision and path coverage. Xdebug will be able to report for a given block of code the number of unique branches, how many branches were executed during execution of the block, how many linearly independent paths exist through the code block, and which of these code paths were executed. A data structure representing which paths and branches were taken will be available to code coverage tools . | ||
- | ==== Initial | + | ==== Timeline ==== |
May 23rd - June 13th: Study closely PHP runtime, opcodes and extending PHP | May 23rd - June 13th: Study closely PHP runtime, opcodes and extending PHP | ||
- | June 13th - June 27th: Implement branch coverage statistics (counting branches executed / total branches) | + | June 13th - July 12th: Implement branch coverage statistics (counting branches executed / total branches) |
- | June 27th - July 18th: Implement | + | June 13th - July 19th: Implement |
- | July 18th - August | + | July 20th - August |
- | August | + | August |
- | This will be refined as I go deeper into the project | ||
==== Resources ==== | ==== Resources ==== |
gsoc/2009/xdebug.1246826985.txt.gz · Last modified: 2025/04/03 13:08 (external edit)