in reply to Code Evaluation using Essential Complexity

Very interesting paper(s). Are there any things on CPAN that help generating the code path graphics as in the NIST paper? This sounds like an interesting project, unless it already exists :)

--MidLifeXis

  • Comment on Re: Code Evaluation using Essential Complexity

Replies are listed 'Best First'.
Re^2: Code Evaluation using Essential Complexity
by Herkum (Parson) on May 28, 2008 at 18:29 UTC

    Between PPI and Graphviz you can generate a graphic which would probably show some of the branching of the code. However, I have not really looked into it much as of this point. The whole point of this was to see if anyone else has explored this idea or not. Based upon the number of responses, my guess appears to be, not many...