Closed (fixed)
Project:
Code coverage
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Jan 2012 at 17:32 UTC
Updated:
13 Jun 2012 at 11:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
berdirCode that is run within the test is currently not tracked.
The attached patch updates the patch that comes with the module to add code coverage for test methods (and everything that is executed by them), note that you will need to re-apply that patch after applying the attached patch :)
Comment #2
berdirNote that this means that the test execution time will increase quite a bit with this. And it's 30% slower (when limiting to a single module, probably much more when tracking everything) when also tracking the setUp() call, so I left that one out.
Please test.
Comment #3
boombatower commentedI just pushed a bunch of commits that were developed for ReviewDriven. I believe this is now fixed.