From: Ben Giddings Date: 2005-05-05T05:49:50+09:00 Subject: Re: Typo-checking instead of static typing On Wednesday 04 May 2005 15:36, Joost Diepenmaat wrote: > Use a code coverage tool to run over your unit tests, and fix your > tests to go to 100% coverage. That's what I usually try to do in Perl anyway. What unit tests would you suggest for that bit of sample code, keeping in mind that the original code is only 8 lines long. Ben