Details
Description
Branch measure should be incremented by 1 each time a "throw" or "return" instruction is encountered except for the last return from a block.
Branch measure should be incremented by 1 each time a "throw" or "return" instruction is encountered except for the last return from a block.
Hi Freddy,
Could you explain the reason of this issue ? I found many contradictory formulas on the web.
I'm surprised that the two following codes have not the same complexity (3 and 2):