Updates to test Bootstrap
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php
index db5ffbd..657671a 100644
--- a/tests/Bootstrap.php
+++ b/tests/Bootstrap.php
@@ -21,8 +21,10 @@
 // Omit files in the PEAR & PHP Paths from ending up in the coverage report
 PHP_CodeCoverage_Filter::getInstance()->addDirectoryToBlacklist(PEAR_INSTALL_DIR);	
 PHP_CodeCoverage_Filter::getInstance()->addDirectoryToBlacklist(PHP_LIBDIR);	
+PHP_CodeCoverage_Filter::getInstance()->addDirectoryToBlacklist(PROJECT_BASE.'tests');
 
 // Omit Tests from the coverage reports.
-// PHP_CodeCoverage_Filter::getInstance()
+// PHP_CodeCoverage_Filter::getInstance()->addDirectoryToWhiteList('../system/core');
+PHP_CodeCoverage_Filter::getInstance()->addFileToBlackList('../system/core/CodeIgniter.php');
 
 unset($dir);
\ No newline at end of file