Halstead complexity measures: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 20:
* Volume: <math>V = N \times \log_2 \eta </math>
* Difficulty : <math>D = { \eta_1 \over 2 } \times { N_2 \over \eta_2 } </math>
* Effort: <math>E = D \times V </math>
 
The difficulty measure is related to the difficulty of the program to write or understand, e.g. when doing [[code review]].