If this is a module, then you can put something like this in your Makefile.PL (see here):
sub MY::postamble { return <<'MAKE_FRAG'; .PHONY: authorcover authorcover: test cpanm Devel::Cover cover -test -coverage default,-pod MAKE_FRAG }
Then all you need to do is e.g. perl Makefile.PL && make authorcover.
In reply to Re^2: No HTML report generated by Devel::Cover
by haukex
in thread No HTML report generated by Devel::Cover
by talexb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |