Skip to content

Commit 44aacfa

Browse files
committed
coverage-source.adb: add missing "Start of processing" comments
1 parent 4b76591 commit 44aacfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/gnatcov/coverage-source.adb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,8 @@ package body Coverage.Source is
11941194
return To_String (Msg & No_Pair_Msg);
11951195
end Emit_Evaluation_Vector_Message;
11961196

1197+
-- Start of processing for Compute_MCDC_State
1198+
11971199
begin
11981200
for Cur of SCI.Evaluations loop
11991201
Eval_Cond_Set_Map.Include (Cur, new Condition_Set.Set);
@@ -1355,6 +1357,8 @@ package body Coverage.Source is
13551357

13561358
Condition_Evaluated : Condition_Evaluated_Array := (others => False);
13571359

1360+
-- Start of processing for Compute_ATCC_State
1361+
13581362
begin
13591363

13601364
-- Record if a condition has been evaluated during the overall

0 commit comments

Comments
 (0)