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.
1 parent 6763b57 commit 84a94d1Copy full SHA for 84a94d1
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