in reply to
Re: when do you stop writing test?
in thread
when do you stop writing test?
Remember that full coverage means only that your tests have touched all the code -- not that the code is doing everything right. That said,
Devel::Cover
can be a great way of spotting stuff you haven't tested yet.
Comment on
Re^2: when do you stop writing test?
In Section
Seekers of Perl Wisdom