--- CoverageSetupTask.php.orig	2008-05-27 16:24:10.000000000 -0600
+++ CoverageSetupTask.php	2008-07-02 10:01:31.000000000 -0600
@@ -143,7 +143,7 @@
 		{
 			$fullname = $file['fullname'];
 			
-			xdebug_start_code_coverage(XDEBUG_CC_UNUSED);
+			xdebug_start_code_coverage(XDEBUG_CC_DEAD_CODE);
 			
 			Phing::__import($fullname, $this->classpath);
 			

