http://www.perlmonks.org?node_id=496508


in reply to Re: too much testing?
in thread too much testing?

because the module being tested  croaks when parameters are missing, that doens't catch the intended failure condition.

the eval is the closest without trying Test::Exception.