
------------------------------------------------------------------------------
 
			     Lines	Percentage of Total
    def alphalist         0	      -
    symtable equ	        0	      -
    NCSL [1]:		    31362	      -
    rorg 0	        0
 
			     Lines	Percentage of NCSL
    New lines [2]:	        0	        0.00
    Added lines: 	      673	        2.15
    Deleted lines: 	      584	        1.86
    Modified lines: 	      687	        2.19
    Unchanged lines: 	    30002	       95.66
 
    NISL [3]: 		     1360	        4.34
    Reused:		    30002	       95.66
------------------------------------------------------------------------------
 
Notes:

[1] NCSL (Non Commented Source Lines) is defined as Total - (Comments + Blanks)
    which equals New + Added + Modified + Unchanged.

[2] 'New' lines are only those lines found in 'new' files, i.e. files with
    type-code 'n'.  Added lines are those lines that have been added to 
    files containing reused code, i.e. files with type-code 'r' or 'u'.

[3] NISL (Newly Integrated Source Lines) is defines as New + Added + Modified.

