I as hoping to use it not for test coverage but just to make it easier
to remove a huge accumulation of obsolete garbage, but so far all I
see how to get out of it are aggregate stats, not actual names of used
subroutines.
I ran it like this:
perl -MDevel::Cover ./quectel_test_http_post
Among
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
Would you like to submit a patch at https://github.com/pjcj/Devel--Cover?
(This link is in the left sidebar on the metacpan page.)
On Sun, Mar 1, 2020 at 1:49 PM Britton Kerin
wrote:
> Devel::Cover::Report::Html had it so
>
> cover -report html
>
> generated a report with a nice list exactl