how to get names of called subroutines from Devel::Cover?

2020-03-01 Thread Britton Kerin
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

ok found subroutine coverage stuff, noticed other small bug

2020-03-01 Thread Britton Kerin
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

Re: ok found subroutine coverage stuff, noticed other small bug

2020-03-01 Thread Karen Etheridge
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