Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图使用 CppDepend 获取 LCOM 指标报告。我写了以下查询
// <Name>TODO short description</Name> from t in Application.Types select new {t,t.LCOM, t.LCOMHS}
但是这个查询只为代码中的头文件提供表值。它不报告 Cpp 文件的值。
请帮忙,因为我是这样做的新手。
此查询为您提供类型(类或结构)的 LCOM,而不是头文件或源文件的 LCOM