Hi all,
After implementing BDD tests for
setup.pm, our coverage % hasn't changed the slightest. While I had serious doubts that the code coverage hadn't changed, I left it alone, since we have lots of items to work on. OTOH, I'd really like to see a coverage figure which resembles actual code tested, so I started looking at it again.
https://github.com/pjcj/Devel--Cover/issues/50 suggests that there's no way to have starman figures extracted correctly. The same post suggests using HTTP::Server::PSGI (which comes with Plack) will work around this problem.
Does anybody have experience with this? Or even better, any help to get a solution which extracts and reports the coverage information would we highly appreciated!