Ouput improvement suggestions
Closed this issue · 1 comments
maurelian commented
- Add linecounts after source unit names, and a total at the end (similar to the output of
scope contracts/**/*.sol
) - Risk and Source lines: I think a simple bar chart would be easier to read for both. I especially hate the pie charts though. :)
- Add the Surya Fancy Graphs
- Risk: Document the meaning of "Per Source Unit" measurements
- Exposed functions section: add 'external', 'internal', 'private' counts.
- Add a count of mutating functions (ie. pure, view, payable, n/a)
tintinweb commented
was addressed in the re-write (pie charts still there but they're easy to remove)