Let's say I a have specific method set in my solution. How can i get an average number of code lines per method in the method set?
Those numbers are usually shown in the statistic section of each NDepend report (like Sum, Average, Minimum
, etc) but I want to be able to write queries for such numbers separately.
CQLinq query could be like following:
...or a bit more refined, this query can be refactored like: