http://www.perlmonks.org?node_id=448205


in reply to Re: Analyzing large Perl code base.
in thread Analyzing large Perl code base.

I don't think that this can be a reliable code-analysis tool in the general case. Too many programs contain complex initialization routines that use a lot of code and make coverage output not very useful.

At times enabling or disabling something during a text will only differ in a small, barely invisible routine call when looking at the coverage logs.

Using coverage for analysis has its merits, but it requires some a-priori acquintance with the code.

Replies are listed 'Best First'.
Re^3: Analyzing large Perl code base.
by adrianh (Chancellor) on Apr 15, 2005 at 15:59 UTC
    At times enabling or disabling something during a text will only differ in a small, barely invisible routine call when looking at the coverage logs.

    Luckily for us we have these wonderful computer thingies which are terribly good at looking through large chunks of data for differences :-)