Hi,

> I've not so much experience with code metrics so it's hart to understand for
> me. It would be helpful to know how to interpret the visualization, e.g.
> what is the meaning of the size, color, position and nesting of a bubble?

Without context it does need a little explaining.

The nesting of circles indicate the nested directories, each circle is a 
directory or a file, the size of the circles is proportional to lines of code 
in each file, the colour indicates hotspots in the code, i.e. red == hot spot. 
The redder a circle is the more complex and more changes a file has had and 
that indicates a greater chance of bugs or likely targets for refactoring or 
review.

There a fe thing you can see from a top level view right away i.e. there a 
couple of complex areas thats are changing quickly, the tests code is quite 
small compared to other projects I’ve looked at.

Anyway thanks for looking.

Thanks,
Justin

Reply via email to