You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
short_description: Static program analysis is the analysis a program without executing it.
4
+
topic: static-code-analysis
5
+
related: dynamic-code-analysis, testing
6
+
aliases: static-program-analysis
7
+
---
8
+
Static program analysis (or static analysis) is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is performed on programs during their execution.
0 commit comments