Errata for the book The Software IP Detective's Handbook

Chapter 12: Applications of Source Code Differentiation

The following equations are the correct versions for page 178.

Section 12.6.4 File Continuity

File Continuity(n,m) = TCF(n) / TF(m)

(12.3)

File Decay(n,m) = 1 - (TCF(n) / TF(m))

(12.4)

Section 12.6.5 LOC Continuity

Line Continuity(n,m) = CL(n) / TL(m)

(12.6)

Line Decay(n,m) = 1 - (CL(n) / TL(m))

(12.7)