
------------------------------------------------------------------------------
 
			     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]:		    42457	      -
     	        0
 
			     Lines	Percentage of NCSL
    New lines [2]:	     9465	       22.29
    Added lines: 	      118	        0.28
    Deleted lines: 	        0	        0.00
    Modified lines: 	        9	        0.02
    Unchanged lines: 	    32865	       77.41
 
    NISL [3]: 		     9592	       22.59
    Reused:		    32865	       77.41
------------------------------------------------------------------------------
 
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.

