来自Ndepend的C#项目的CK指标

问题描述:

我有学校的项目.现在,我需要从中生成所有指标CK(Chidamber Kemerer指标)的报告.该报告必须类似于所有这些指标的表格.问题是如何从Ndepend生成这份报告,而这并不是我想要的.

I have project for school. Now I need to make from it report of all metrics CK (Chidamber Kemerer metrics). The report has to be like table of all those metrics. Question is how to make it from Ndepend this report which it generates it is not what I am looking for.

请帮忙说说如何做...也许一些技巧,文档或一些非常重要的内容...

Please help and say how to do it... maybe some tips, documents or something this is very important...

NDepend是否在CQL中直接测量

Does NDepend have a direct way in CQL to measure RFC (RFT)? Or do we have to write a CQL query for recursive counting invoked methods in used classes (types) our-self? If so, how does it look like?