Paul Johnson
Paul Johnson
Thanks very much for the report. I don't suppose there is a CPAN module or some other code available that I could use to reproduce this?
Probably related to #107
Yes, it's quite likely there are errors in this area. I wrote the code, but it was never fully finished so I didn't document it. Then people started finding the...
Thank you very much for identifying this problem and for providing a fix. I'd love to have a way to automatically determine whether or not this is needed or, at...
Thanks for the report! I think this is a new problem, and seems to be that this empty list is not being recognised as a constant. There are various tests...
I think the problem with $result = $cond || $something in this case is that you are wanting to use it in a specific way, and Devel::Cover is taking a...
It seems that this is already implemented, but it requires `set hidden` or the read from undisplayed buffers returns an empty string. See neovim/neovim#5534.
The coverage data appears to be in http://cpancover.com/latest/cpancover.json.gz correctly: ```javascript "App-Aphra" : { "v0.0.3" : { "coverage" : { "total" : { "branch" : "13.64", "condition" : "16.67", "pod" :...
> Is this a limitation of Devel::Cover or a bug? It's actually a feature :) But perhaps it's a slightly too aggressive feature. The reason for doing this is because...
Thanks for the report. I suspect you're right. I wonder whether I thought the warning was sufficiently important to show it anyway. And I really don't want to go down...