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.
我有一个简单的 ruby 文件,它返回最大的整数,它有相应的规范文件,我相信,应该通过代码的不同部分。但是,在 RubyMine 中,使用 simplecove gen,它报告仅覆盖 28.57%(7 相关行。2 行被覆盖,5 行遗漏。)。
您能否帮我理解为什么我的测试缺少这 (5) 行。
谢谢你的帮助