http://qs1969.pair.com?node_id=844787


in reply to Perl Skills

At the risk of adding to an already ambitious syllabus, may I suggest that you create a simple module which fills some personal need and build a test suite providing 100% coverage of your code base. I found that a very useful exercise in many ways.

-- Hugh

P.S.

In response to Moritz, yes, achieving 100% coverage is not always possible -- even when I invest the time and energy, but the quest for that goal has proven very educational for me. And it has never hurt my code base to have better coverage.

if( $lal && $lol ) { $life++; }
if( $insurance->rationing() ) { $people->die(); }