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


in reply to Re: Toggling test plans with vim
in thread Toggling test plans with vim

Counting your tests protects you against unexpected die-ing in your testscript. With no_plan Test::Harness doesn't know how many tests to expect so it can't tell you when you exited prematurely.

-- Hofmator