Skip to content

Commit be05257

Browse files
committed
minor
1 parent 5f9b026 commit be05257

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

content/verif/coverage/basis.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Formally:
111111

112112
**Decision:**
113113

114-
```pseudo
114+
```fortran
115115
if (A and B) then
116116
action
117117
end if
@@ -187,15 +187,15 @@ flowchart TD
187187

188188
**Original code:**
189189

190-
```pseudo
190+
```fortran
191191
if x > 0 then
192192
y = 1
193193
end if
194194
```
195195

196196
**Mutant:**
197197

198-
```pseudo
198+
```fortran
199199
if x >= 0 then
200200
y = 1
201201
end if
@@ -266,7 +266,5 @@ T T F
266266
* \[McCabe] Thomas McCabe, *A Complexity Measure* (1976)
267267
* \[RTCA DO-178C] Software Considerations in Airborne Systems and Equipment Certification
268268

269-
---
270269

271-
Would you like illustrations added for LCSAJ, Definition-Use (DU), or path-specific examples next?
272270

0 commit comments

Comments
 (0)