Hi, Marcus started to go in this direction (CoverageStyler). With MetaLinks we will be able to do that soon quite easily. I'm currently working on per-method coverage testing of the minimal Pharo - mainly because we need to know what tests that we already have need to be moved to this image. However in this case I export coverage result in form of one huge JSON document that will be processed by a single HTML page with a simple Smalltalk-like browser (with colored rows etc.).
Currently we are able to check and show methods coverage using the code simulator (that doesn't work well with exceptions): https://ci.inria.fr/pharo-contribution/view/Pharo-Kernel-2.0/job/PharoKernel2.0-SimulatedCoverageTests/lastSuccessfulBuild/artifact/images/report.html Cheers, -- Pavel 2015-07-13 13:12 GMT+02:00 Torsten Bergmann <asta...@gmx.de>: > When in Java I use EclEmma - an eclipse plugin where > once can see the coverage down to the code editor: > http://www.eclemma.org/images/screen.png > > > I know there is Hapao: http://hapao.dcc.uchile.cl/ > but is there a Pharo coverage visualization down > to the method level as in EclEmma? > > Thanks > T. > >