pjcj / Devel--Cover

Code coverage metrics for Perl
http://www.pjcj.net/perl.html
93 stars 89 forks source link

cover -cover=default,-pod,-time fails with "Use of freed value in iteration ..." #346

Open trwyant opened 2 months ago

trwyant commented 2 months ago
$ cover -cover=default,-pod,-time

fails with the message

Use of freed value in iteration at /Users/Shared/trw/local/perl/5.40.0/bin/cover line 124.

The workaround is to specify the coverage categories you do want, instead of removing the ones you do not want. A pull request is in preparation.