Re: Devel::Cover anomaly: Double reporting of statement coverage

2008-08-28 Thread James E Keenan
Paul Johnson wrote: If you delete all the coverage information and start from scratch does that "solve" the problem? Problem was reproduced: http://thenceforward.net/parrot/coverage/configure-build/config-auto-pmc-pm.html

Re: Devel::Cover anomaly: Double reporting of statement coverage

2008-08-28 Thread James E Keenan
Paul Johnson wrote: There does seem to be something rather strange going on here. The results for the unshift a few lines earlier are also duplicated. Yes, I noticed that after the OP. But more stragely, the statement counts on lines 109 and 124 seem somewhat excessive. My best guess

Re: Devel::Cover anomaly: Double reporting of statement coverage

2008-08-28 Thread Paul Johnson
On Wed, Aug 27, 2008 at 07:59:39PM -0400, James E Keenan wrote: > In the attachment, I show several lines from this file coverage report on a > Perl 5 module in the Parrot distribution: > > http://thenceforward.net/parrot/coverage/configure-build/config-auto-pmc-pm.html > > http://tinyurl.com/5fov

Devel::Cover anomaly: Double reporting of statement coverage

2008-08-27 Thread James E Keenan
In the attachment, I show several lines from this file coverage report on a Perl 5 module in the Parrot distribution: http://thenceforward.net/parrot/coverage/configure-build/config-auto-pmc-pm.html http://tinyurl.com/5fovnc Two statements, lines 261-262, each of which is a simple 'push'.