Dear Squeakers and Pharoers, I did it! I registered my first mini project on SqueakSource: http://www.squeaksource.com/DesignInfo.html A DesignInfo collects the following information and metrics about the design of a package: lines of code lines of production code lines of test code percentage of production code percentage of test code It can create morphs that show a bar chart of the lines of code of all Monticello packages, sorted either by package name or by lines of code. The bar chart also shows the percentage of production versus test code. Balloon help is used to show detailed information about a package. I used it to create the lines of code bar chart for Squeak and Pharo: http://bpieber.wordpress.com/2010/11/07/lines-of-code-of-squeak-and-pharo/ Cheers, Bernhard