1
I Use This!
High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Aug 14, 2025 — Aug 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Optionally promote global variables that are declared in uncovered files to the global scope. More... over 16 years ago
Add CRAP to Clover XML. More... over 16 years ago
Add PHP_CodeCoverage_Util::percent(). More... over 16 years ago
Add PHP_CodeCoverage_Util::crap() to calculate the Change Risk Analysis Prediction Index (CRAP). More... over 16 years ago
Fix the processing of uncovered files from the whitelist. More... over 16 years ago
Remove dangling comma. More... over 16 years ago
Eliminate in_array() function calls. More... over 16 years ago
Eliminate in_array() function calls. More... over 16 years ago
Make file existence checks optional. More... over 16 years ago
Initial work on merging PHP_CodeCoverage objects. More... over 16 years ago
Also highlight the "use" keyword. More... over 16 years ago
Also highlight the "namespace" keyword. More... over 16 years ago
Add fallback for PHP < 5.3. More... over 16 years ago
Use assertStringMatchesFormatFile(). More... over 16 years ago
Calculate cyclomatic complexity along the way. More... over 16 years ago
Add test for PHP_CodeCoverage_Util::getClassesInFile(). More... over 16 years ago
Add flag to ignore cache for testability. More... over 16 years ago
Do not store tokens. More... over 16 years ago
Fix CS/WS issues. More... over 16 years ago
Fix the processing of uncovered files from the whitelist. More... over 16 years ago
Add tests for PHP_CodeCoverage::setProcessUncoveredFilesFromWhitelist(). More... over 16 years ago
Add test for PHP_CodeCoverage::clear(). More... over 16 years ago
Add tests for PHP_CodeCoverage::setForceCoversAnnotation(). More... over 16 years ago
Add tests for PHP_CodeCoverage_Filter::isFiltered(). More... over 16 years ago
Improve test coverage of PHP_CodeCoverage_Filter::addFileToBlacklist(). More... over 16 years ago
Add test for PHP_CodeCoverage_Filter::getInstance(). More... over 16 years ago
Ignore start() and stop() from code coverage. More... over 16 years ago
Add @covers annotation. More... over 16 years ago
Add tests. More... over 16 years ago
Ignore lines from code coverage that cannot be covered. More... over 16 years ago