Devel::Cover::Report::Html had it so
cover -report html
generated a report with a nice list exactly as documented, very nice.
I did notice what looks like a small doc bug. The
Devel::Cover::Subroutine has in its NAME section this line:
Devel::Cover::Statement - Code coverage metrics for Perl
and in it's synopsis section:
use Devel::Cover::Statement;
Britton
