I'm looking to start using simpletest (or possibly go to pressflow) to test some Drupal modules I am working on.

I would like to get some information about the code that is covered by these tests. I have seen that it is possible to get this information from xdebug.

I have also seen these code coverage reports, but have no idea how they were generated.

Are there instructions on how to set this up anywhere? (Ideally for D6)

link|improve this question

53% accept rate
feedback

1 Answer

Partial answer: there's a module for Code coverage, it's currently for Drupal 7 but there's a Drupal 6 port.

link|improve this answer
Thanks for that, I had seen the module but didn't see the D6 issue. – Jeremy French Aug 10 '11 at 9:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.