Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Devel-Cover CPAN distribution.

Report information
The Basics
Id: 38453
Status: resolved
Priority: 0/
Queue: Devel-Cover

People
Owner: Nobody in particular
Requestors: abilleb [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Devel::Cover - Use of uninitialized value in sprintf
Date: Wed, 13 Aug 2008 13:00:32 -0700 (PDT)
To: bug-Devel-Cover [...] rt.cpan.org
From: Andrew Billeb <abilleb [...] yahoo.com>
Devel::Cover 0.64 Perl v5.8.8 built for i686-linux Use of uninitialized value in sprintf at /usr/lib/perl5/site_perl/5.8.8/i686-linux/Devel/Cover/Report/Html_minimal.pm line 291.
Subject: Re: [rt.cpan.org #38453] Devel::Cover - Use of uninitialized value in sprintf
Date: Thu, 14 Aug 2008 14:02:23 +0200
To: Andrew Billeb via RT <bug-Devel-Cover [...] rt.cpan.org>
From: Paul Johnson <paul [...] pjcj.net>
On Wed, Aug 13, 2008 at 04:01:44PM -0400, Andrew Billeb via RT wrote: Show quoted text
> Wed Aug 13 16:01:38 2008: Request 38453 was acted upon. > Transaction: Ticket created by abilleb@yahoo.com > Queue: Devel-Cover > Subject: Devel::Cover - Use of uninitialized value in sprintf > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: abilleb@yahoo.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=38453 > > > > Devel::Cover 0.64 > Perl v5.8.8 built for i686-linux > > Use of uninitialized value in sprintf at /usr/lib/perl5/site_perl/5.8.8/i686-linux/Devel/Cover/Report/Html_minimal.pm line 291.
Thanks very much. I have fixed this in my development code and it will be in the next release. -- Paul Johnson - paul@pjcj.net http://www.pjcj.net
Subject: Re: [rt.cpan.org #38453] Devel::Cover - Use of uninitialized value in sprintf
Date: Thu, 14 Aug 2008 05:26:21 -0700 (PDT)
To: bug-Devel-Cover [...] rt.cpan.org
From: Andrew Billeb <abilleb [...] yahoo.com>
Thanks Paul! And thanks for creating such a great module. Andrew --- On Thu, 8/14/08, paul@pjcj.net via RT <bug-Devel-Cover@rt.cpan.org> wrote: Show quoted text
> From: paul@pjcj.net via RT <bug-Devel-Cover@rt.cpan.org> > Subject: Re: [rt.cpan.org #38453] Devel::Cover - Use of uninitialized value in sprintf > To: abilleb@yahoo.com > Date: Thursday, August 14, 2008, 8:02 AM > <URL: http://rt.cpan.org/Ticket/Display.html?id=38453
> >
> > On Wed, Aug 13, 2008 at 04:01:44PM -0400, Andrew Billeb via > RT wrote:
> > Wed Aug 13 16:01:38 2008: Request 38453 was acted
> upon.
> > Transaction: Ticket created by abilleb@yahoo.com > > Queue: Devel-Cover > > Subject: Devel::Cover - Use of uninitialized
> value in sprintf
> > Broken in: (no value) > > Severity: (no value) > > Owner: Nobody > > Requestors: abilleb@yahoo.com > > Status: new > > Ticket <URL:
> http://rt.cpan.org/Ticket/Display.html?id=38453 >
> > > > > > Devel::Cover 0.64 > > Perl v5.8.8 built for i686-linux > > > > Use of uninitialized value in sprintf at
> /usr/lib/perl5/site_perl/5.8.8/i686-linux/Devel/Cover/Report/Html_minimal.pm > line 291. > > Thanks very much. I have fixed this in my development code > and it will be in > the next release. > > -- > Paul Johnson - paul@pjcj.net > http://www.pjcj.net
Subject: Re: [rt.cpan.org #38453] Devel::Cover - Use of uninitialized value in sprintf
Date: Wed, 20 Aug 2008 05:24:40 -0700 (PDT)
To: bug-Devel-Cover [...] rt.cpan.org
From: Andrew Billeb <abilleb [...] yahoo.com>
Hi Paul, In case you're interested, I have run into more similar warnings: Use of uninitialized value in join or string at /usr/lib/perl5/site_perl/5.8.8/i686-linux/Devel/Cover.pm line 262. Use of uninitialized value in join or string at /usr/lib/perl5/site_perl/5.8.8/i686-linux/Devel/Cover.pm line 263. Use of uninitialized value in join or string at /usr/lib/perl5/site_perl/5.8.8/i686-linux/Devel/Cover.pm line 264. Use of uninitialized value in pattern match (m//) at /usr/lib/perl5/site_perl/5.8.8/i686-linux/Devel/Cover.pm line 276. I'm pretty sure this happened when I used: use Devel::Cover (-select => 'MyCT', -coverage => $coverMode); and mistakenly forgot to set the value for $coverMode. Andrew --- On Thu, 8/14/08, paul@pjcj.net via RT <bug-Devel-Cover@rt.cpan.org> wrote: Show quoted text
> From: paul@pjcj.net via RT <bug-Devel-Cover@rt.cpan.org> > Subject: Re: [rt.cpan.org #38453] Devel::Cover - Use of uninitialized value in sprintf > To: abilleb@yahoo.com > Date: Thursday, August 14, 2008, 8:02 AM > <URL: http://rt.cpan.org/Ticket/Display.html?id=38453
> >
> > On Wed, Aug 13, 2008 at 04:01:44PM -0400, Andrew Billeb via > RT wrote:
> > Wed Aug 13 16:01:38 2008: Request 38453 was acted
> upon.
> > Transaction: Ticket created by abilleb@yahoo.com > > Queue: Devel-Cover > > Subject: Devel::Cover - Use of uninitialized
> value in sprintf
> > Broken in: (no value) > > Severity: (no value) > > Owner: Nobody > > Requestors: abilleb@yahoo.com > > Status: new > > Ticket <URL:
> http://rt.cpan.org/Ticket/Display.html?id=38453 >
> > > > > > Devel::Cover 0.64 > > Perl v5.8.8 built for i686-linux > > > > Use of uninitialized value in sprintf at
> /usr/lib/perl5/site_perl/5.8.8/i686-linux/Devel/Cover/Report/Html_minimal.pm > line 291. > > Thanks very much. I have fixed this in my development code > and it will be in > the next release. > > -- > Paul Johnson - paul@pjcj.net > http://www.pjcj.net
Thanks again for this report, even though it took me a little time to get to it. You're correct as to the cause of the problem. It should now be fixed with 35a0b2f. Thanks again,