php, how to determine how much of code has been ran?

php, xdebug

Solution

I guess you want a code analyzer, here is a good thread about this

Problem

I want to log what lines per file was run in php. Xdebug can do that, thats all I know. How to do this?

Original source

Related problems