执行不到的代码 meaning in English
unreachable code
Examples
- Unreachable code should not be part of a code base
执行不到的代码不应当成为代码基的一部分。 - In addition to identifying untested code and locating bugs , cobertura can optimize code by flagging dead , unreachable code and can provide insights into how an api operates in practice
除了找出未测试到的代码并发现bug外, cobertura还可以通过标记无用的、执行不到的代码来优化代码,还可以提供api实际操作的内部信息。