This project/tool is also known as "Christo".Based on the prototype developed in "SimpleCoverage". This implementation is flexible/extendible and is compatible with most wrapper/simulation approaches. It allows to transparantly wrap any Squeak "element" (methods, classes, packages, mc-class-extensions, ...). It is still in heavy development. There are multiple browser in the repository that allow you to use/configure the tool ... (no hacks on workspace necessary)Adaptors written for ByteSurgeon (fast), JAST (interpreter, fast), MessageTally (slow), MethodWrappers, ObjectsAsMethodWrappers (fast). Others might follow ...How to load ...Load the Package "PackageLoader", run"CoverageLoader new loadAll"Referenceshttp://smallwiki.unibe.ch/stefanreichhart/codecoverage/- Project Pagehttp://www.iam.unibe.ch/~reichhar/- Ready-to-use Squeak Image containing everything