ELI5: Explain Like I'm 5

Control flow analysis

Control flow analysis is like a map of how a computer program works. It is like a flow chart that shows how the program goes from step to step until it is finished. It shows what the computer will do when it gets different kinds of input. That helps us understand how the program works and helps make sure it is running correctly.