ok found subroutine coverage stuff, noticed other small bug
Britton Kerin <[email protected]> Sun, 1 Mar 2020 12:49:00 -0900
| Newsgroups | gmane.comp.lang.perl.quality-assurance |
|---|---|
| Message-ID | <CAC4O8c8oHyJNZsib8W_Ly2DtGLbbwFoo_=QB_ne5Z=hXv-bjaQ@mail.gmail.com> |
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