There was some interest from PL and CQ researchers to add an option to the code that would print all the metrics:
- name of each module/function to which the metrics pertains
- value
- source range
It might look like that in .csv for easy analysis:
| name |
fragment type |
metric |
value |
source filename |
first line |
last line |
| Language.Haskell.Homplexity |
module |
LinesOfCode |
54 |
Language/Haskell/Homplexity.hs |
1 |
75 |
There was some interest from PL and CQ researchers to add an option to the code that would print all the metrics:
It might look like that in
.csvfor easy analysis: