next up previous contents
Next: stack.pl Up: gen_report.pl Previous: gen_report.pl

gen_report

# Arguments: $C$ :        print comprehensive list switch
#            $D$ :        print directive summary switch
#            $E$ :        print expression summary switch
#            $L$ :        print total lines of code switch
#            $T$ :        print total lines of conditional compilation 
#                         logic code switch
#            $V$ :        print V(g) and V'(g) switch
#            $outfile$ :  output file name
#            $infile$ :   input file name
#            $LOC$ :      total lines of code
#            $CCD_Vg$ :   total V(g) 
#            $CCD_Vgp$ :  total V'(g)
#            $size$ :     number of elements in a sublist within @CCD_list
#            $CCD_list$ : reference to complete list of all conditional 
#                        compilation code
#            
# Return Values: None
# Description: This subroutine checks the command line switches which
#              have been set at execution, and prints the appropriate
#              analysis results.