-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins ver. 1.596
PHPUnit 4.4.5
Clover plugin 4.4.0
Clover PHP plugin 0.3.3
Clover PHP Plugin does not generate per-file reports for namespaced code.
Any file starting with namespace keyword is excluded from "Coverage Breakdown by File" section of "Clover Summary Report" page, even though it's included in "Overall Coverage Summary" section of the same page.
Any hints on where to start? It is a medium issue to us and it seemed easy fix, but I cannot figure out where to start or how to write the right test.
I did already wrote a test in the CoverageParserTest class, that checks if all files are correctly listed (while having a lot of namespaced Classes) by the CloverCoverageParser; but this seems fine.
Thanks for any hints!