void check_modify_loop()
in
cnova/MISRA_inspections.cpp [80:82]
3
lines of code
2
McCabe index (conditional complexity)
void check_modify_loop() { for (int x = 0; modify(&x);) {} }