View Issue Details

IDProjectCategoryView StatusLast Update
0001932XdebugCode Coveragepublic2021-01-23 12:35
Reportermateusz Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.0.2 
Target Version3.0devFixed in Version3.0.3 
Summary0001932: One line in multi-line string concatenation is not covered
Description

One line in multi-line string concatenation is not showed as covered by unit tests.
When this multi-line string concatenation is written in one line - line is showed as covered by unit test.

Steps To Reproduce
  1. Run unit test ExampleTest.php with --coverage-text or --coverage-html
  2. Line number 10 (. '/') will be showed as uncovered for Exampel.php. If you use Example.php-v2, coverage will show 100% code is covered by test.
Tagscoverage, error
Operating SystemUbuntu
PHP Version7.3.20-7.3.29

Activities