
------------------------------------------------------------------------------
 
			     Lines	Percentage of Total
RIGHT BEFORE IF MODE IS all
RIGHT AFTER IF
strip has the value ./tmp/strip
about to read totlines
about to read comlines
about to read blines
read em
got total :
    SOURCE LINES UNCHANGED        0	      -
    New code	        0	      -
    NCSL [1]:		    44524	      -
     	        0
 
			     Lines	Percentage of NCSL
    New lines [2]:	     1119	        2.51
    Added lines: 	     1066	        2.39
    Deleted lines: 	        0	        0.00
    Modified lines: 	       89	        0.20
    Unchanged lines: 	    42250	       94.89
 
    NISL [3]: 		     2274	        5.11
    Reused:		    42250	       94.89
------------------------------------------------------------------------------
 
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.

