Halstead complexity measures: Difference between revisions

Content deleted Content added
Calculation: reordered equations for T and B more logically, used math mode
Line 26:
 
The effort measure translates into actual coding time using the following relation,
* Time required to program: <math>T = {E/18 \,over 18}</math> seconds
 
 
*Number of delivered bugs :
 
B = ( E ^ (2/3) ) / 3000 or more recently, Volume / 3000 is accepted.
 
Halstead's delivered bugs (B) is an estimate for the number of errors in the implementation.
*Number of delivered bugs : <math>B = {E^{2 \over 3} \over 3000}</math> or, more recently, <math>B = {V \over 3000}</math> is accepted.
 
* Time required to program: <math>T = E/18\,</math> seconds
 
==References==