Skip to content

Commit 064f648

Browse files
author
Daniel Kroening
committed
beautify coverage table
1 parent 23e2eae commit 064f648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/html-manual/cover.shtml

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,13 @@ The table below summarizes the coverage criteria that CBMC supports.
247247
<tr><th>Criterion</th><th>Definition</th></tr>
248248

249249
<tr><td>assertion</td>
250-
<td class="alt">For every assertion, generate a test that reaches it</td></tr>
250+
<td>For every assertion, generate a test that reaches it</td></tr>
251251

252252
<tr><td class="alt">location</td>
253253
<td class="alt">For every location, generate a test that reaches it</td></tr>
254254

255255
<tr><td>branch</td>
256-
<td class="alt">Generate a test for every branch outcome</td></tr>
256+
<td>Generate a test for every branch outcome</td></tr>
257257

258258
<tr><td class="alt">decision</td>
259259
<td class="alt">Generate a test for both outcomes of every Boolean expression

0 commit comments

Comments
 (0)