• 只要生成c中复制粘贴相关函数添加有魔力覆盖编辑代码直到所愿

    Simply copy and paste the relevant function from the generated c, add the magic override line, and edit the code until it does what you want.

    youdao

  • 表明覆盖的确不能地指示测试有效性

    It turns out that line coverage isn't such a great indicator of test effectiveness.

    youdao

  • 覆盖一样如果特定方法分支并且个分支在测试覆盖那么可以说这个方法100%的分支覆盖率。

    Just like line coverage, if there are two branches in a particular method and both were covered through tests, then you could say the method has 100% branch coverage.

    youdao

  • 完全覆盖非常昂贵并且很难达到因为我们必须手工的检查我们代码确定哪一代码没有测试覆盖到。

    Full coverage was very expensive and difficult to achieve, because we had to hand-inspect our code to determine which lines were and were not hit by the test.

    youdao

  • 是,可以浏览器中打开一个覆盖文件查看测试用例覆盖代码

    Better still, I can open a coverage file in my browser and see exactly which lines of code my test cases cover.

    youdao

  • 诸如评论之类不会被注释并不会对代码覆盖百分比计算产生影响。

    Non-executable lines such as comments are not annotated and do not contribute to the calculation of the line coverage percentage.

    youdao

  • 存在不同类型覆盖度量但是绝大多数工具关注覆盖叫做语句覆盖

    There are different types of coverage measurements, but most tools focus on line coverage, also known as statement coverage.

    youdao

  • 可以通过许多方法来测量代码覆盖通过评估代码语句覆盖条件覆盖面、分支覆盖等等

    You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on.

    youdao

  • 这个工具分析内核代码覆盖报告哪些函数分支覆盖以及它们访问了多少

    This tool analyzes the coverage of the kernel, and reports what lines, functions, and branches are covered and how many times they were hit.

    youdao

  • 提供一系列工具用来显示内存泄漏性能瓶颈提供每一代码代码覆盖策略

    It offers a suite of utilities that exposes memory leaks and performance bottlenecks, and provides code coverage statistics down to individual lines of code.

    youdao

  • 就是默认条件下,绿色覆盖红色不是覆盖的。

    That is, by default a green line was covered and a red line was not covered.

    youdao

  • 报告列出一个文件代码覆盖百分比低于特定最低阀值水平

    This report lists the source files whose percentage of line coverage are lower than a specified minimum threshold level.

    youdao

  • 源代码不止个的可单元时就产生部分覆盖但是它们只有一个可以

    Partially covered lines can occur when there is more than one executable unit on a line of source code, but only one of them has been executed.

    youdao

  • 这样可以识别项目整个运时间覆盖较少范围区域可以显示测试什么位置需要展开代码变更增添新特征的区域。

    This can identify areas of the project that achieve less coverage over time, to show where testing needs to expand in line with code changes and added features.

    youdao

  • 4报告中显示达到了 75% 的覆盖 100% 的分支覆盖率。

    The report in Figure 4 shows that I've achieved 75% line coverage and 100% branch coverage.

    youdao

  • 这个过程总体层次上工作得很好:如果一个100代码,其中45触及那么这个类的覆盖率就是45%。

    The process works at the aggregate level as well: If a class has 100 lines and 45 of them were touched, then the class has a line coverage of 45%.

    youdao

  • 代码覆盖工具可报告测试覆盖——覆盖分支覆盖形式表示——表示测试涉及代码

    A code coverage tool reports test coverage — either in the form of line or branch coverage — that represents the amount of code that is being touched when a test is run.

    youdao

  • 请注意覆盖分支覆盖百分比是以计算的。

    Notice the line and branch coverage percentages by package.

    youdao

  • 软件包代码增加了,但是没有代码编写相应测试或者增加的测试不能有效地覆盖新代码)。

    The package grew in terms of lines of code, but no corresponding tests were written for the new code (or that newly added tests do not effectively cover the new code).

    youdao

  • 如果一个方法10代码,其中8测试那么这个方法的覆盖是80%。

    If a method is 10 lines long and 8 lines of the method were exercised in a test run, then the method has a line coverage of 80%.

    youdao

  • 每个方法都有了至少测试使用代码覆盖工具cobertura每个分支编写一个测试,直到每一代码都能够测试。

    Once every method has at least one test, use a code coverage tool, such as Cobertura, to write one test for every branch until each line of code is tested.

    youdao

  • 覆盖文件覆盖百分比

    Line coverage: the percentage of lines covered in the class file.

    youdao

  • 然而,因为HierarchyBuilder构造器private类型的,所以不能通过测试测试(我不关心)。因此,我的覆盖仍然只有88%。

    HierarchyBuilder's constructor is private, however, so I can't test it via my test class (nor do I care to); therefore, my line coverage still hovers at 88%.

    youdao

  • 对于最后可以使用 $表示文件末尾。 可以w 后面使用大于号(>>)表示希望内容附加文件中不是覆盖文件。

    You can use the $ notation for the last line to specify to the end of the file and double greater-than symbols (>>) after the w to indicate that you want to append to rather than overwrite the file.

    youdao

  • 基本的一种方式是覆盖网格select编辑器格式化程序返回针对所选选项信息

    Minimally, you can override the formatter for the grid select editor to return option information for the selected row.

    youdao

  • 同样如果一个代码包含10000个非注释性的代码特定测试中有3500那么段代码覆盖就是35%。

    Likewise, if a code base comprises 10,000 non-commenting lines of code and 3,500 of them were exercised on a particular test run, then the code base's line coverage is 35%.

    youdao

  • 第二使用overlay . xul(清单2)浏览器chrome建立覆盖

    The second line establishes an overlay on the main browser chrome using overlay.xul (Listing 2).

    youdao

  • 额外的可以添加删除电网直到大部分图像覆盖

    Additional rows and columns can be added or removed from the grid until most of the image is covered.

    youdao

  • 项目设计了一个白色混凝土顶盖体量覆盖花岗岩石墙上作为花架木板,混凝土顶盖上还设有七个骨灰龛

    The project is solved with a volume of white concrete formworked with wood boards over the old granite stoned wall as apergola , containing the first row of seven columbarium.

    youdao

  • 项目设计了一个白色混凝土顶盖体量覆盖花岗岩石墙上作为花架木板,混凝土顶盖上还设有七个骨灰龛

    The project is solved with a volume of white concrete formworked with wood boards over the old granite stoned wall as apergola , containing the first row of seven columbarium.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定