Category:Static Software Metrics

From Bugpedia

Jump to: navigation, search

Static Software Metrics are metrics that can be measured without actually executing the software. They include basic properties of the source code such as Size, the number of bytes in a source file; more advanced properties that can be derived from the source such as Cyclomatic Complexity and static analysis violations measured with a tool such as FindBugs.

Metrics that are instead measured during program execution are known as Dynamic Software Metrics.

Personal tools