--------------------------------------------------------------------------- "for" cycle types 1 - for I := C1 to C2 2 - for I := 0 to N 3 - for I := 1 to N 4 - for I := C to N 5 - for I := N to C 6 - for I ;= N1 to N2 7 - for I := C1 downto C2 8 - for I := 0 downto N 9 - for I := C downto N 10 - for I := N downto C 11 - for I := N1 downto N2
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected