Php, how to determine how much code has been run?

I want to write down what lines per file were executed in php. Xdebug can do this, that’s all I know. How to do it?

+3
source share
1 answer

I think you need a code analyzer, here is a good thread about it

+4
source

All Articles