szabgab has asked for the wisdom of the Perl Monks concerning the following question:
I need some tool that will help me analyze the source code of an application written in Perl.
I think some of the analyzes should based on Perl::Critic but I'd probably also like to find duplicate pieces of code. Copies of functions or smaller parts of code. Cases where the copies are not 100% identical but that are very similar.
I'd like to be able to draw a map of the class hierarchy and where is each class, method or function being used.
I am sure there are other ways to analyze code. Ideas?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Analyzing a Perl application
by Corion (Patriarch) on Jan 31, 2011 at 13:03 UTC | |
by Anonymous Monk on Jan 31, 2011 at 13:06 UTC | |
Re: Analyzing a Perl application
by andreas1234567 (Vicar) on Jan 31, 2011 at 13:55 UTC | |
Re: Analyzing a Perl application
by locked_user sundialsvc4 (Abbot) on Jan 31, 2011 at 21:28 UTC | |
by szabgab (Priest) on Feb 01, 2011 at 06:56 UTC | |
Re: Analyzing a Perl application
by planetscape (Chancellor) on Feb 01, 2011 at 11:43 UTC | |
Re: Analyzing a Perl application
by Jeppe (Monk) on Feb 01, 2011 at 14:38 UTC | |
Re: Analyzing a Perl application
by repellent (Priest) on Feb 06, 2011 at 19:45 UTC |