I recently wrote a short article about performing code-coverage testing on an Apache2::ASP web application.
I am about to make another article on using Devel::NYTProf on your Apache2::ASP web application as well.
It got me wondering...how would I go about doing code-coverage and profiling on a Catalyst application? Also is there any way to profile and get coverage analysis of your views? How about your controllers?