Re: qa.perl.org

2009-12-31 Thread Hilary Holz
> 1) Testing your code - I think this will need the largest amount of work. > > Hilary, could I ask you to have a look at this? > > - Are the articles the best we can link to? > - Do we need those articles if we update the rest of the content. > - can the test-modules.html and testing-guidelines.

Re: qa.perl.org

2009-12-31 Thread Hilary Holz
> 1) Testing your code - I think this will need the largest amount of work. > > Hilary, could I ask you to have a look at this? > > - Are the articles the best we can link to? > - Do we need those articles if we update the rest of the content. > - can the test-modules.html and testing-guidelines.

Re: About tidying up Kwalitee metrics

2008-06-25 Thread Hilary Holz
But I'm not sure how >> to calculate a game score then. Do we end up with lots of different >> games? But then, it's only the game (which still motivates a few >> people..) > > Removing the game score completely would fix a lot of what I consider wrong > with

common errors?

2008-06-24 Thread Hilary Holz
that I don't get to go to techie conferences since heading off into academia, so there may be slide sets, etc Hilary -- Hilary Holz, D.Sc. Co-chair, SIGCSE Committee on Teaching Computing Research Methods Director, Laboratory for Adaptive Hypermedia and Assistive Technology Associate Pr

Re: Devel::Cover problem with Apache::Test

2005-09-19 Thread Hilary Holz
ng ./Build testcover overrides the select/ignore settings specified via import. More info in a bit (This is fun, right? right?) Hilary -- Hilary Holzhttp://acc.csueastbay.edu/~hholz/ Assistant Professor [EMAIL PROTECTED] Dept of Mathematics and Computer Science California State University, East Bay

Re: Devel::Cover problem with Apache::Test

2005-09-16 Thread Hilary Holz
can get D::C to run under mod_perl without causing > core dumps (which it does on occasion. work, that is) it tends to be > accurate. > now, core dumps I haven't had. nary a one. trade you? Hilary -- Hilary Holzhttp://acc.cs

Re: Devel::Cover problem with Apache::Test

2005-09-16 Thread Hilary Holz
e testing configuration. So the search path has been set before the .t files run. Don't see how that would cause Devel::Cover to report 100% statement coverage of a file that has never had anything but a use executed on it during testing, though. Hmmm... Hilary -- Hilary Holz

Re: Devel::Cover problem with Apache::Test

2005-09-16 Thread Hilary Holz
/a 85.7 100.05.2 ...Apache/Acut/TutHandler.pm 92.3n/an/a 80.0 100.01.3 ...b/Apache/Acut/Tutorial.pm 100.0n/an/a 100.0n/a2.1 -- Hilary Holzhttp://acc.csueastbay.edu/~hholz/ Assistant Professor [EM

Devel::Cover problem with Apache::Test

2005-09-15 Thread Hilary Holz
zes the testing and those in which it doesn't - the modules which don't trap and propagate yield believable numbers. I'd really love to use Devel::Cover - I love the effect mastering the request/response Apache::Test framework has had on my code, and I really want to start using