We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6763b57 + 84a94d1 commit 5f6bcbcCopy full SHA for 5f6bcbc
tools/gnatcov/instrument-common.adb
@@ -206,6 +206,7 @@ package body Instrument.Common is
206
if Coverage.MCDC_Coverage_Enabled
207
and then Length (State_Variable) > 0
208
and then Path_Count > 0
209
+ and then Path_Count < Get_Path_Count_Limit
210
then
211
Result.Path_Bits_Base := Unit_Bits.Last_Path_Bit + 1;
212
Unit_Bits.Last_Path_Bit :=
0 commit comments