We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e2eae commit 064f648Copy full SHA for 064f648
doc/html-manual/cover.shtml
@@ -247,13 +247,13 @@ The table below summarizes the coverage criteria that CBMC supports.
247
<tr><th>Criterion</th><th>Definition</th></tr>
248
249
<tr><td>assertion</td>
250
-<td class="alt">For every assertion, generate a test that reaches it</td></tr>
+<td>For every assertion, generate a test that reaches it</td></tr>
251
252
<tr><td class="alt">location</td>
253
<td class="alt">For every location, generate a test that reaches it</td></tr>
254
255
<tr><td>branch</td>
256
-<td class="alt">Generate a test for every branch outcome</td></tr>
+<td>Generate a test for every branch outcome</td></tr>
257
258
<tr><td class="alt">decision</td>
259
<td class="alt">Generate a test for both outcomes of every Boolean expression
0 commit comments