Selenium IDE和php代码覆盖

I have a few test suites written in selenium IDE (data driven) , and I do not find export test suite option for php (phpunit) probably missing plugin.

So my question is how I can setup some tools to still generate code coverage while running selenium IDE tests. I still need those beautiful code coverage reports generated by phpunit+xdebug :)

Edit

I have installed php_codecoverage , through pears . After updating prepend/append.php files I get this half done report without source files/line details.

enter image description here

Now I need to fix this issue and also add some directories to blacklist (e.g xamppfiles/*)

Not exactly what you are asking for, but you can get the PHP formatters for Selenium IDE at the Mozilla addons website. You will have to tweak the data driven parts after the export.