Posted by moshe weitzman on July 25, 2008 at 7:17pm
| Project: | Code coverage |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | boombatower |
| Status: | closed (fixed) |
Issue Summary
I'd like to see a coverage report for any drupal page, not just unit tests. This is very useful as we break apart modules in order to take better advantage of code registry.
Comments
#1
After my recent refactoring this if fairly trivial #738980: Refactor/Rewrite.
Just add
?code_coverage=trueto any page and it will print a link to the coverage reports. Due to refactoring the reports aren't quite complete yet, but you'll get the idea.#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.