We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9b026 commit be05257Copy full SHA for be05257
1 file changed
content/verif/coverage/basis.md
@@ -111,7 +111,7 @@ Formally:
111
112
**Decision:**
113
114
-```pseudo
+```fortran
115
if (A and B) then
116
action
117
end if
@@ -187,15 +187,15 @@ flowchart TD
187
188
**Original code:**
189
190
191
if x > 0 then
192
y = 1
193
194
```
195
196
**Mutant:**
197
198
199
if x >= 0 then
200
201
@@ -266,7 +266,5 @@ T T F
266
* \[McCabe] Thomas McCabe, *A Complexity Measure* (1976)
267
* \[RTCA DO-178C] Software Considerations in Airborne Systems and Equipment Certification
268
269
----
270
271
-Would you like illustrations added for LCSAJ, Definition-Use (DU), or path-specific examples next?
272
0 commit comments