I am making some kind of wrapper around the TFS SDK. I would like to query the code metrics from a given project on a given URL.
MS Visual studio has a feature to calculate the code metrics inside the IDE. Is it possible to do this on a TFS server and query it from the Warehouse ? I would be interested in
- cyclometic complexity
- depth of inheritance
- class coupling
- lines of code
- maintainability index
and even more metrics if it is possible
Thanks in advance