Paul Johnson
Paul Johnson
@rwfranks: It looks like you have refactored the code to solve the immediate problem. I think that's the pragmatic solution here. The data Devel::Cover is using is coming from gcov,...
Yes, I'll have to have a look into what's going on here. It means that the coverage run completed successfully, but for some reason there is no data.
Excellent. Then I'll leave this until the next version is out.
kraih/mojo#956 has been closed to move the discussion elsewhere, but is there any progress here? I'm happy to keep this open until we get a solution or until it comes...
I agree that this would be ideal, but is it actually causing any problems the way it is at the moment? If you have a suggestion, or better still a...
This is a tricky problem. At it's core, the problem is that perl itself will store relative filenames if that's how it finds them. But the Perl program might change...
As you can see, I've not made much progress on this over the last couple of years. Thanks for the nudge and another data point.
The first point is interesting. I suspect we could make something work, but perhaps not quite in the form that you have suggested. I wonder whether something like `test_coverage(sub {...
The tricky part is knowing when to start collecting coverage, and when to stop and see what the values are. Stopping is pretty easy - it has to be when...