精确的数据流分析,需要充分利用条件分支语句的逻辑语义。
A precise dataflow analysis should effectively exploit the semantic information presented by conditional branch statements.
您可以通过许多方法来测量代码覆盖率:通过评估代码行或语句的覆盖面、条件覆盖面、分支覆盖面等等。
You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on.
清单11被视为一个庞大的条件语句,它基于请求url中的o参数的值执行一个特定的分支。
Listing 11 is best thought of as a giant conditional statement, which executes a particular branch based on the value of the o parameter in the request url.
ClosureStylesheets让我们可以使用@if、@elseif和@else,从而基于某些变量的值来创建条件语句的分支。
Closure Stylesheets allows the use of @if, @elseif and @else in creating conditional branches based on the value of some variables.
像条件语句一样,它允许一个简单的语句位于分支的表达式之前。
Like conditionals, they allow a simple statement to proceed the expression that is being switched upon.
这两个分支都是简单的语句,他们的位置也可以继续放条件判断语句的。
Those two branches are both simple statements, although they could have been conditional statements as well.
一般来讲,你可以用条件表达式来替换掉条件语句,无论这些语句的分支是返回语句或者是赋值语句。
In general, you can replace a conditional statement with a conditional expression if both branches contain simple expressions that are either returned or assigned to the same variable.
如果有一个为真了,相应的分支语句就运行了,这些条件判断的语句就都结束了。
If one of them is true, the corresponding branch runs and the statement ends.
步骤五,这是一个关于我们调用一个条件,或者分支语句的例子,因为这是一个岔路口。
Step 5, now this is an example of what we'll henceforth call a condition or a branch because it's sort of a fork in the road.
步骤五,这是一个关于我们调用一个条件,或者分支语句的例子,因为这是一个岔路口。
Step 5, now this is an example of what we'll henceforth call a condition or a branch because it's sort of a fork in the road.
应用推荐