On Sat, 4 Oct 2003, Paul Johnson wrote:
> The colours are just eye candy, they map to the numbers. The idea being
> that the red stuff is what you want to look at first.
>
> I suspect that you are right, and this is probably not documented
> anywhere.
Thanks for the answer !
Another question
At 1:01 PM -0400 10/4/03, Dominic Letarte wrote:
on the page : http://qa.perl.org/phalanx/kwalitee.html
ok( unlink $filename, "Remove $filename" );
should be written:
ok( unlink( $filename), "Remove $filename" ); unless you want Perl
to take "Remove $filename" as an arg for unlink and not for o
On Sat, Oct 04, 2003 at 11:25:27PM +0200, Gabor Szabo wrote:
> On Sat, 4 Oct 2003 [EMAIL PROTECTED] wrote:
>
> > On Sat, Oct 04, 2003 at 11:00:33PM +0200, Gabor Szabo wrote:
> > > But what are those numbers and colors in the columns ?
> > > I could not find in the documentation. Please point me to
On Sat, 4 Oct 2003 [EMAIL PROTECTED] wrote:
> On Sat, Oct 04, 2003 at 11:00:33PM +0200, Gabor Szabo wrote:
> > But what are those numbers and colors in the columns ?
> > I could not find in the documentation. Please point me to the
> > description if it is available somewhere.
>
> Percentage of th
On Sat, Oct 04, 2003 at 11:00:33PM +0200, Gabor Szabo wrote:
> But what are those numbers and colors in the columns ?
> I could not find in the documentation. Please point me to the
> description if it is available somewhere.
Percentage of the code covered, I think.
On Sat, Oct 04, 2003 at 09:38:11PM +0200, Paul Johnson wrote:
> Who are these people who change directories and don't put things back
> as they found them? ;-)
File::chdir
I have just used Devel::Cover successfully for the first time.
I even got the HTML pages.
Great!
But what are those numbers and colors in the columns ?
I could not find in the documentation. Please point me to the
description if it is available somewhere.
thanks
Gabor
On Sat, Oct 04, 2003 at 07:23:09AM +1000, Andrew Savige wrote:
> Ovid wrote:
> > I was running some test code with Devel::Cover and I've had no problem using
> > it or generating pretty reports that make coworkers "ooh" and "ahh".
> > Unfortunately, I started running my test suite on a different s
On Fri, Oct 03, 2003 at 10:44:24AM -0700, Ovid wrote:
> Hi all,
>
> I was running some test code with Devel::Cover and I've had no problem
> using it or generating pretty reports that make coworkers "ooh" and
> "ahh". Unfortunately, I started running my test suite on a different
> set of tests a
The pasm files in examples/benchmarks give an error when run with
parrot, because they lack a final line feed character (at the very end
of the files):
error:imcc:parse error, unexpected EOM, expecting '\n'
in file 'examples/benchmarks/gc_waves_sizeable_data.pasm' line 85
I'd imagine this in
on the page : http://qa.perl.org/phalanx/kwalitee.html
ok( unlink $filename, "Remove $filename" );
should be written:
ok( unlink( $filename), "Remove $filename" );
unless you want Perl to take "Remove $filename" as an arg for unlink and
not for ok.
Dominic
I just put together an entry on predereferencing in the glossary,
with pointers to info on various events in its history.
I don't remember if it was a recent summary or what, but someone
pointed out there was no such entry. Sorry I can't find the
original email to notify you directly, but I hope y
Robert Spier <[EMAIL PROTECTED]> wrote:
>> > Anyway, we're more than happy to do this once in a while.. We just
>> > require detailed instructions as to what goes where.
As Dan now seems to agree, that imcc (and other files) should go into
its own subdirectory it would be fine, it we could the mo
Leo --
Thanks for taking the time to review and comment.
> > Here's a first version that works with the regular core.
>
> > You have to explicitly define PARANOID, or the added code
> > won't get compiled.
>
> It IMHO should be a separate run core, which can be switched to,
> whenever safe exec
Gregor N. Purdy <[EMAIL PROTECTED]> wrote:
> Dan --
> Here's a first version that works with the regular core.
> You have to explicitly define PARANOID, or the added code
> won't get compiled.
It IMHO should be a separate run core, which can be switched to,
whenever safe execution is desired. T
15 matches
Mail list logo