sebastianbergmann/php-code-coverage
Library that provides collection, processing, and rendering functionality for PHP code coverage information.
PHPBSD-3-Clause
Issues
- 1
HTML report highlights argument named `fn` differently than other named arguments
#1063 opened by shadowhand - 0
- 5
- 0
Increase PHPStan Rule Level to 10
#1039 opened by sebastianbergmann - 3
- 1
Add branch coverage statistics to XML report output
#1056 opened by chiefmyron - 5
Lines with 0 executions should be marked as "Non covered"
#1060 opened by gufoe - 27
Performance issue running coverage on Windows
#1062 opened by jrfnl - 5
Enumerations cannot be targeted for code coverage
#1061 opened by doppynl - 3
- 1
"Inheritance" between traits is not considered
#1055 opened by sebastianbergmann - 1
Usability: Change hover to click in html report
#1053 opened by uncaught - 3
Uncoverable path with foreach loops
#1048 opened by esnard - 3
PHPStan Rule Level 5 error in `src/Data/ProcessedCodeCoverageData.php`
#1049 opened by sebastianbergmann - 6
`composer update` does not work
#1050 opened by staabm - 2
How to use showOnlySummary in coverage-text ?
#1026 opened by e-belair - 4
Code coverage report HTMLs not rendering properly on OSX
#1047 opened by woganmay - 4
Incorrect Code Coverage Report?
#1044 opened by aldobarr - 2
[Coverage show n/a]
#1027 opened by HoangLongTrinh - 1
php-code-coverage 11.0.6 also shipped with bootstrap.min.js 4.6.2 which is EOL
#1045 opened by shalinijaitly777 - 1
Bump php-parser to version 4.19.1
#1043 opened by alecpl - 1
- 4
CI pipeline for `9.2` is broken
#1038 opened by sebastianbergmann - 1
- 8
Improve coverage handling of value objects
#1035 opened by gbirke - 0
`@codeCoverageIgnore` annotation does not work on `enum`
#1033 opened by KorDum - 1
Improve method coverage line /w attributes
#1030 opened by mvorisek - 4
- 0
All ternary branches must be measured
#1029 opened by mvorisek - 25
Since v10 some lines are ignores
#1022 opened by mvorisek - 4
Use of PHP-Parser 5.0 causes fatal when project under test also polyfills tokens
#1025 opened by jrfnl - 19
Migrate to `nikic/php-parser` 5.0
#1004 opened by sebastianbergmann - 1
Branch Coverage and Path Coverage are not correctly reported for traits
#1023 opened by titantwentyone - 5
Single line method is ignored
#1020 opened by mvorisek - 1
Interface methods are not ignored when their signature is split over multiple lines
#1018 opened by Muriano - 1
Generate PHP project coverage in real time without ending the program running.
#1017 opened by kreamyu - 1
- 3
Incorrect statement count in coverage report for constructor property promotion
#1014 opened by thirsch - 2
Cobertura report pulls functions from report scope, not the individual element
#1012 opened by SolovievEvgenii - 1
- 3
Calculation of Branch Coverage Totals is wrong - or at least misleading - when untested code exists
#1007 opened by theseer - 1
Coverage results in 0% when exported
#1003 opened by acelaya - 1
issues on report generation
#1001 opened by raine-alegnor - 0
`SebastianBergmann\CodeCoverage\Filter::includeDirectory` is deprecated but still mentioned in the README.md
#1000 opened by lyrixx - 3
Unable to generate report with the legend of *Executed *Not Executed*Dead Code
#999 opened by raine-alegnor - 2
Coverage ask me to cover uses?
#996 opened by steevanb - 1
How to use php-code-coverage to collect php coverage in microservices pattern
#995 opened by zhuang111 - 0
Argument `$linesToBeIgnored` of `CodeCoverage::stop()` has no effect for files that are not executed at all
#994 opened by sebastianbergmann - 1
How do you get type coverage?
#993 opened by steevanb - 6
Branches & paths coverage in HTML report for method passed as first class callable is zero
#984 opened by robopzet