in reply to Re^2: Fast coverage module or hack
in thread Fast coverage module or hack

How slow are we talking about? 10 minutes? An hour? 6 hours?

Would doing the Devel::Cover run overnight instead of the day help?

Replies are listed 'Best First'.
Re^4: Fast coverage module or hack
by vsespb (Chaplain) on Dec 02, 2019 at 12:36 UTC
    I think about 4 hours (run without devel cover is 40 mins). It can be run overnight, but any way it better to be run as often, as possible. Otherwise data not accurate.

    I am looking for alternative now. https://metacpan.org/pod/Devel::Trace (If I change printing lines to tracking lines) looks good.