Make eBroadcast my Homepage | Contact Us   Return To The Main eBroadcast Homepage
Australia
Web Guide Search
Australia
Welcome It's
Australia
Australia
Web Guide: Encyclopedia
EBroadcast Australia
Powered by Wikipedia
Contents

Static code analysis

Static code analysis refers to a set of methods for analysing software source code in an effort to gain understanding and to target areas for review and/or rewrite. The number of metrics (measures) that can be applied are numerous. One of the crudest measurments, for example, is the size of code, usually expressed in kLOC's (1000 lines of code). Defining a consistent definition of a Line of Code has long been an item for debate.

One common metric in static analysis is McCabes Cyclomatic Complexity Metric which basically measures the number of choices a function makes. Functions with a high number of conditional statements (if's, while etc.) will have a high complexity. Such functions therefore can be considered more likely to contain bugs and be harder to maintain.

Links

  • Page on Software Measurment [1] (http://yunus.hun.edu.tr/~sencer/research.html)

Elsewhere
EBroadcast Australia
Search engine
Web directory

CONTENTS:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z

Australia
eBroadcast Australia
Australia © 06 eBroadcast Australia | About eBroadcast | Legal Notices | Privacy Policy | Contact Us    Return To The Main eBroadcast Homepage