Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Display bars hierachycally to improve readability #30

Open
renataogarcia opened this issue Dec 8, 2012 · 1 comment
Open

Display bars hierachycally to improve readability #30

renataogarcia opened this issue Dec 8, 2012 · 1 comment

Comments

@renataogarcia
Copy link

Here is the sample of this idea.

coverage-bar-hierarchy.jpg

coverage-bar-hierarchy2.jpg

I've implemented this here, however it is on top of this pull request.

Please let me know your thoughts.

Thanks and Regards,
Renato

@marchof
Copy link
Member

marchof commented Dec 9, 2012

Good idea!

What I wanted to archive with the new proportional size bars in the JaCoCo repors is to visualize the absolute amount of code. Especially to clearly mark the big blocks of untested code.

These bars work fine as long as you're on the same level (like in the JaCoCo reports). As soon as you drill down in a tree (like in EclEmma) we have several problems:

  • It isn't obvious any more which bars can be directly compared (which is somehow addressed by your fix)
  • Absolute sizes of Bars on different levels cannot be compared.

Maybe it's worth re-thinking the bar visualization and try different aproaches like tree maps.

Another alternative would be showing (higlighted) bars only for the currently selected group.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants