LLVM 代码覆盖率/Slather 实施了哪些覆盖率标准?
What coverage criteria are implemented in LLVM Code Coverage / Slather?
我正在使用 LLVM Code Coverage to determine the code coverage of my iOS app's source code, and after that generate a report using Slather。
我想知道代码 coverage wikipedia 中列出了哪些标准,但我找不到此信息。
换句话说; LLVM 代码覆盖率映射格式(或 Slather)使用什么标准来确定代码覆盖率?
谢谢
LLVM 覆盖率在维基百科列表中处于较好水平,即条件级别。
您可以将鼠标悬停在条件行 664 的每一侧,查看每条被评估了多少次。
我正在使用 LLVM Code Coverage to determine the code coverage of my iOS app's source code, and after that generate a report using Slather。
我想知道代码 coverage wikipedia 中列出了哪些标准,但我找不到此信息。
换句话说; LLVM 代码覆盖率映射格式(或 Slather)使用什么标准来确定代码覆盖率?
谢谢
LLVM 覆盖率在维基百科列表中处于较好水平,即条件级别。
您可以将鼠标悬停在条件行 664 的每一侧,查看每条被评估了多少次。