Is there a tool in php that can generate a code coverage report without using automatic unit test cases?
(basically, they do not use phpunit or similar unit testing frameworks, which work well with report generation, but require that test files be written on the test server!).
Exactly what I'm looking for is a tool that will generate me a code coverage report based on the manual testing performed by the tester.
source
share