METRICS VERSION 3 /* ap_cg_cycle : Computed by the API */ /* ap_cg_cycle : Call graph recursions */ /* Activating ap_cg_cycle will also activate : GA_CYCLE */ METRIC application ap_cg_cycle ON END METRIC /* ap_cg_edge : Computed by the API */ /* ap_cg_edge : Call graph edges */ /* Activating ap_cg_edge will also activate : GA_EDGE */ METRIC application ap_cg_edge ON END METRIC /* ap_cg_leaf : Computed by the API */ /* ap_cg_leaf : Call graph leaves */ /* Activating ap_cg_leaf will also activate : GA_NSS */ METRIC application ap_cg_leaf ON END METRIC /* ap_cg_levl : Computed by the API */ /* ap_cg_levl : Call graph depth */ /* Activating ap_cg_levl will also activate : GA_LEVL */ METRIC application ap_cg_levl ON END METRIC /* ap_cg_maxdeg : Computed by the API */ /* ap_cg_maxdeg : Maximum callers/Called */ /* Activating ap_cg_maxdeg will also activate : GA_MAX_DEG */ METRIC application ap_cg_maxdeg ON END METRIC /* ap_cg_maxin : Computed by the API */ /* ap_cg_maxin : Maximum callers */ /* Activating ap_cg_maxin will also activate : GA_MAX_IN */ METRIC application ap_cg_maxin ON END METRIC /* ap_cg_maxout : Computed by the API */ /* ap_cg_maxout : Maximum of called */ /* Activating ap_cg_maxout will also activate : GA_MAX_OUT */ METRIC application ap_cg_maxout ON END METRIC /* ap_cg_node : Computed by the API */ /* ap_cg_node : Call graph nodes */ /* Activating ap_cg_node will also activate : GA_NODE */ METRIC application ap_cg_node ON END METRIC /* ap_cg_root : Computed by the API */ /* ap_cg_root : Call graph roots */ /* Activating ap_cg_root will also activate : GA_NSP */ METRIC application ap_cg_root ON END METRIC /* ap_func : Computed by the API */ /* ap_func : Number of application functions */ /* Activating ap_func will also activate : LMA */ METRIC application ap_func ON END METRIC /* ap_sblank : Computed by a buitlin parser metric */ /* ap_sblank : Number of empty lines */ METRIC application ap_sblank ON END METRIC /* ap_scomm : Computed by a buitlin parser metric */ /* ap_scomm : Number of lines of comments */ METRIC application ap_scomm ON END METRIC /* ap_scpp : Computed by a buitlin parser metric */ /* ap_scpp : Number of preprocessor statements */ METRIC application ap_scpp ON END METRIC /* ap_sline : Computed by a buitlin parser metric */ /* ap_sline : Number of lines */ METRIC application ap_sline ON END METRIC /* ap_sloc : Computed by a buitlin parser metric */ /* ap_sloc : Number of lines of code */ METRIC application ap_sloc ON END METRIC /* ap_ssbra : Computed by a buitlin parser metric */ /* ap_ssbra : Number of lines with lone braces */ METRIC application ap_ssbra ON END METRIC /* ap_stat : Computed by the API */ /* ap_stat : Number of statements */ METRIC application ap_stat ON END METRIC /* ap_vg : Computed by the API */ /* ap_vg : Sum of cyclomatic numbers of the application functions */ /* Activating ap_vg will also activate : ap_cyclo, VGA */ METRIC application ap_vg ON END METRIC /* md_blank : Computed by a buitlin parser metric */ /* md_blank : Number of empty lines */ METRIC modules md_blank ON END METRIC /* md_cpp : Computed by a buitlin parser metric */ /* md_cpp : Number of preprocessor statements */ METRIC modules md_cpp ON END METRIC /* md_comm : Computed by a buitlin parser metric */ /* md_comm : Number of lines of comments */ METRIC modules md_comm ON END METRIC /* md_line : Computed by a buitlin parser metric */ /* md_line : Number of lines */ METRIC modules md_line ON END METRIC /* md_loc : Computed by a buitlin parser metric */ /* md_loc : Number of lines of code */ METRIC modules md_loc ON END METRIC /* md_sbra : Computed by a buitlin parser metric */ /* md_sbra : Number of lines with lone braces */ METRIC modules md_sbra ON END METRIC /* md_stat : Computed by the API */ /* md_stat : Number of statements */ METRIC modules md_stat ON END METRIC /* CALL : Computed by a buitlin parser metric */ /* CALL : Number of calls */ METRIC functions CALL ON END METRIC /* CCOB : Computed by a buitlin parser metric */ /* CCOB : Number of characters in the comments before */ METRIC functions CCOB ON END METRIC /* CCOM : Computed by a buitlin parser metric */ /* CCOM : Number of characters in the comments */ METRIC functions CCOM ON END METRIC /* DES_CPX : Computed by the API */ /* DES_CPX : Design complexity */ METRIC functions DES_CPX ON END METRIC /* ESS_CPX : Computed by the API */ /* ESS_CPX : Essential complexity */ METRIC functions ESS_CPX ON END METRIC /* IND_CALLS : Computed by a buitlin parser metric */ /* IND_CALLS : Relative call graph call-paths */ /* Activating IND_CALLS will also activate : NB_CHEM */ METRIC functions IND_CALLS ON END METRIC /* LCOB : Computed by a buitlin parser metric */ /* LCOB : Number of lines of comments before */ METRIC functions LCOB ON END METRIC /* LEVL : Computed by a buitlin parser metric */ /* LEVL : Maximum nested levels */ METRIC functions LEVL ON END METRIC /* MACC : Computed by a buitlin parser metric */ /* MACC : Number of macros used as constants */ METRIC functions MACC ON END METRIC /* MACP : Computed by a buitlin parser metric */ /* MACP : Number of macros with parameters */ METRIC functions MACP ON END METRIC /* N1 : Computed by a buitlin parser metric */ /* N1 : Total number of operators */ /* Activating N1 will also activate : ha_topt */ METRIC functions N1 ON END METRIC /* N2 : Computed by a buitlin parser metric */ /* N2 : Total number of operands */ /* Activating N2 will also activate : ha_topd */ METRIC functions N2 ON END METRIC /* RETU : Computed by a buitlin parser metric */ /* RETU : Number of return statements */ /* Activating RETU will also activate : ct_return */ METRIC functions RETU ON END METRIC /* UPRO : Computed by a buitlin parser metric */ /* UPRO : Number of functions used but not yet defined */ METRIC functions UPRO ON END METRIC /* cg_entropy : Computed by the API */ /* cg_entropy : Relative call graph entropy */ /* Activating cg_entropy will also activate : ENTROPY */ METRIC functions cg_entropy ON END METRIC /* cg_hiercpx : Computed by the API */ /* cg_hiercpx : Relative call graph hierarchical complexity */ /* Activating cg_hiercpx will also activate : HIER_CPX */ METRIC functions cg_hiercpx ON END METRIC /* cg_levels : Computed by the API */ /* cg_levels : Relative call graph levels */ /* Activating cg_levels will also activate : LEVELS */ METRIC functions cg_levels ON END METRIC /* cg_strucpx : Computed by the API */ /* cg_strucpx : Relative call graph structural complexity */ /* Activating cg_strucpx will also activate : STRU_CPX */ METRIC functions cg_strucpx ON END METRIC /* cg_testab : Computed by the API */ /* cg_testab : Relative call graph testability */ /* Activating cg_testab will also activate : TESTBTY */ METRIC functions cg_testab ON END METRIC /* ct_andthen : Computed by a buitlin parser metric */ /* ct_andthen : Number of "and_then" operators */ METRIC functions ct_andthen ON END METRIC /* ct_bran : Computed by a buitlin parser metric */ /* ct_bran : Number of destructuring statements */ METRIC functions ct_bran ON END METRIC /* ct_break : Computed by a buitlin parser metric */ /* ct_break : Number of break and continue branchings */ /* Activating ct_break will also activate : COND_STRUCT */ METRIC functions ct_break ON END METRIC /* ct_break_inloop : Computed by a buitlin parser metric */ /* ct_break_inloop : Number of break in loop */ METRIC functions ct_break_inloop ON END METRIC /* ct_break_inswitch : Computed by a buitlin parser metric */ /* ct_break_inswitch : Number of break in switch */ METRIC functions ct_break_inswitch ON END METRIC /* ct_case : Computed by a buitlin parser metric */ /* ct_case : Number of case labels */ METRIC functions ct_case ON END METRIC /* ct_casepath : Computed by a buitlin parser metric */ /* ct_casepath : Number of case block statements */ METRIC functions ct_casepath ON END METRIC /* ct_continue : Computed by a buitlin parser metric */ /* ct_continue : Number of continue statements */ METRIC functions ct_continue ON END METRIC /* ct_decis : Computed by a buitlin parser metric */ /* ct_decis : Number of decisions */ /* Activating ct_decis will also activate : N_STRUCT */ METRIC functions ct_decis ON END METRIC /* ct_dowhile : Computed by a buitlin parser metric */ /* ct_dowhile : Number of do while statements */ METRIC functions ct_dowhile ON END METRIC /* ct_exit : Computed by a buitlin parser metric */ /* ct_exit : Number of out statements */ /* Activating ct_exit will also activate : N_OUT */ METRIC functions ct_exit ON END METRIC /* ct_for : Computed by a buitlin parser metric */ /* ct_for : Number of for statements */ METRIC functions ct_for ON END METRIC /* ct_goto : Computed by a buitlin parser metric */ /* ct_goto : Number of gotos */ /* Activating ct_goto will also activate : GOTO, SAUT_INCOND, UNCOND_JUMP */ METRIC functions ct_goto ON END METRIC /* ct_if : Computed by a buitlin parser metric */ /* ct_if : Number of if statements */ METRIC functions ct_if ON END METRIC /* ct_loop : Computed by a buitlin parser metric */ /* ct_loop : Number of loops */ METRIC functions ct_loop ON END METRIC /* ct_nest : Computed by a buitlin parser metric */ /* ct_nest : Maximum nesting level */ METRIC functions ct_nest ON END METRIC /* ct_orelse : Computed by a buitlin parser metric */ /* ct_orelse : Number of "or_else" operators */ METRIC functions ct_orelse ON END METRIC /* ct_path : Computed by the API */ /* ct_path : Number of paths */ /* Activating ct_path will also activate : PATH */ METRIC functions ct_path ON END METRIC /* ct_npath : Computed by the API */ /* ct_npath : Number of paths */ METRIC functions ct_npath ON END METRIC /* ct_switch : Computed by a buitlin parser metric */ /* ct_switch : Number of switch statements */ METRIC functions ct_switch ON END METRIC /* ct_ternary : Computed by a buitlin parser metric */ /* ct_ternary : Number of ternary operators */ METRIC functions ct_ternary ON END METRIC /* ct_vg : Computed by a buitlin parser metric */ /* ct_vg : Cyclomatic number (VG) */ /* Activating ct_vg will also activate : ct_cyclo, VG */ METRIC functions ct_vg ON END METRIC /* ct_while : Computed by a buitlin parser metric */ /* ct_while : Number of while statements */ METRIC functions ct_while ON END METRIC /* dc_calling : Computed by a buitlin parser metric */ /* dc_calling : Number of callers */ /* Activating dc_calling will also activate : NBCALLING */ METRIC functions dc_calling ON END METRIC /* dc_calls : Computed by a buitlin parser metric */ /* dc_calls : Number of direct calls */ /* Activating dc_calls will also activate : CALL_PATHS, DRCT_CALLS, NB_APP */ METRIC functions dc_calls ON END METRIC /* dc_lvars : Computed by a buitlin parser metric */ /* dc_lvars : Number of local variables */ /* Activating dc_lvars will also activate : LVAR */ METRIC functions dc_lvars ON END METRIC /* ic_param : Computed by a buitlin parser metric */ /* ic_param : Number of parameters */ /* Activating ic_param will also activate : PARA */ METRIC functions ic_param ON END METRIC /* lc_bcob : Computed by a buitlin parser metric */ /* lc_bcob : Number of comments blocks before */ /* Activating lc_bcob will also activate : BCOB */ METRIC functions lc_bcob ON END METRIC /* lc_bcom : Computed by a buitlin parser metric */ /* lc_bcom : Number of comments blocks */ /* Activating lc_bcom will also activate : BCOM, COMM */ METRIC functions lc_bcom ON END METRIC /* lc_cblank : Computed by a buitlin parser metric */ /* lc_cblank : Number of empty lines */ METRIC functions lc_cblank ON END METRIC /* lc_ccomm : Computed by a buitlin parser metric */ /* lc_ccomm : Number of lines of comments */ /* Activating lc_ccomm will also activate : LCOM */ METRIC functions lc_ccomm ON END METRIC /* lc_ccpp : Computed by a buitlin parser metric */ /* lc_ccpp : Number of preprocessor statements */ METRIC functions lc_ccpp ON END METRIC /* lc_cline : Computed by a buitlin parser metric */ /* lc_cline : Number of lines */ METRIC functions lc_cline ON END METRIC /* lc_cloc : Computed by a buitlin parser metric */ /* lc_cloc : Number of lines of code */ METRIC functions lc_cloc ON END METRIC /* lc_csbra : Computed by a buitlin parser metric */ /* lc_csbra : Number of lines with lone braces */ METRIC functions lc_csbra ON END METRIC /* lc_stat : Computed by a buitlin parser metric */ /* lc_stat : Number of statements */ /* Activating lc_stat will also activate : STMT */ METRIC functions lc_stat ON END METRIC /* n1 : Computed by a buitlin parser metric */ /* n1 : Number of distinct operators */ /* Activating n1 will also activate : ha_dopt */ METRIC functions n1 ON END METRIC /* n2 : Computed by a buitlin parser metric */ /* n2 : Number of distinct operands */ /* Activating n2 will also activate : ha_dopd */ METRIC functions n2 ON END METRIC /* ap_cr_sim_code_max : Computed by Code Reducer */ /* ap_cr_sim_code_max : number of similarities found */ METRIC application ap_cr_sim_code_max ON END METRIC /* ap_cr_sim_code_med : Computed by Code Reducer */ /* ap_cr_sim_code_med : number of similarities found */ METRIC application ap_cr_sim_code_med ON END METRIC /* ap_cr_sim_code_min : Computed by Code Reducer */ /* ap_cr_sim_code_min : number of similarities found */ METRIC application ap_cr_sim_code_min ON END METRIC /* ap_cr_sim_func_max : Computed by Code Reducer */ /* ap_cr_sim_func_max : number of similarities found */ METRIC application ap_cr_sim_func_max ON END METRIC /* ap_cr_sim_func_med : Computed by Code Reducer */ /* ap_cr_sim_func_med : number of similarities found */ METRIC application ap_cr_sim_func_med ON END METRIC /* ap_cr_sim_func_min : Computed by Code Reducer */ /* ap_cr_sim_func_min : number of similarities found */ METRIC application ap_cr_sim_func_min ON END METRIC /* ap_cr_sline_code_max: Computed by Code Reducer */ /* ap_cr_sline_code_max: number of similar lines */ METRIC application ap_cr_sline_code_max ON END METRIC /* ap_cr_sline_code_med: Computed by Code Reducer */ /* ap_cr_sline_code_med: number of similar lines */ METRIC application ap_cr_sline_code_med ON END METRIC /* ap_cr_sline_code_min: Computed by Code Reducer */ /* ap_cr_sline_code_min: number of similar lines */ METRIC application ap_cr_sline_code_min ON END METRIC /* ap_cr_sline_func_max: Computed by Code Reducer */ /* ap_cr_sline_func_max: number of similar lines */ METRIC application ap_cr_sline_func_max ON END METRIC /* ap_cr_sline_func_med: Computed by Code Reducer */ /* ap_cr_sline_func_med: number of similar lines */ METRIC application ap_cr_sline_func_med ON END METRIC /* ap_cr_sline_func_min: Computed by Code Reducer */ /* ap_cr_sline_func_min: number of similar lines */ METRIC application ap_cr_sline_func_min ON END METRIC /* ap_cr_gain_code_max: Computed by Code Reducer */ /* ap_cr_gain_code_max: number of lines which, maybe, can be suppressed */ METRIC application ap_cr_gain_code_max ON END METRIC /* ap_cr_gain_code_med: Computed by Code Reducer */ /* ap_cr_gain_code_med: number of lines which, maybe, can be suppressed */ METRIC application ap_cr_gain_code_med ON END METRIC /* ap_cr_gain_code_min: Computed by Code Reducer */ /* ap_cr_gain_code_min: number of lines which, maybe, can be suppressed */ METRIC application ap_cr_gain_code_min ON END METRIC /* ap_cr_gain_func_max: Computed by Code Reducer */ /* ap_cr_gain_func_max: number of lines which, maybe, can be suppressed */ METRIC application ap_cr_gain_func_max ON END METRIC /* ap_cr_gain_func_med: Computed by Code Reducer */ /* ap_cr_gain_func_med: number of lines which, maybe, can be suppressed */ METRIC application ap_cr_gain_func_med ON END METRIC /* ap_cr_gain_func_min: Computed by Code Reducer */ /* ap_cr_gain_func_min: number of lines which, maybe, can be suppressed */ METRIC application ap_cr_gain_func_min ON END METRIC /* ap_cr_compr_code_max: Computed by Code Reducer */ /* ap_cr_compr_code_max: compression ration for the application */ METRIC application ap_cr_compr_code_max ON END METRIC /* ap_cr_compr_code_med: Computed by Code Reducer */ /* ap_cr_compr_code_med: compression ration for the application */ METRIC application ap_cr_compr_code_med ON END METRIC /* ap_cr_compr_code_min: Computed by Code Reducer */ /* ap_cr_compr_code_min: compression ration for the application */ METRIC application ap_cr_compr_code_min ON END METRIC /* ap_cr_compr_func_max: Computed by Code Reducer */ /* ap_cr_compr_func_max: compression ration for the application */ METRIC application ap_cr_compr_func_max ON END METRIC /* ap_cr_compr_func_med: Computed by Code Reducer */ /* ap_cr_compr_func_med: compression ration for the application */ METRIC application ap_cr_compr_func_med ON END METRIC /* ap_cr_compr_func_min: Computed by Code Reducer */ /* ap_cr_compr_func_min: compression ration for the application */ METRIC application ap_cr_compr_func_min ON END METRIC /* md_cr_sim_code_max: Computed by Code Reducer */ /* md_cr_sim_code_max: number of similarities found */ METRIC modules md_cr_sim_code_max ON END METRIC /* md_cr_sim_code_med: Computed by Code Reducer */ /* md_cr_sim_code_med: number of similarities found */ METRIC modules md_cr_sim_code_med ON END METRIC /* md_cr_sim_code_min: Computed by Code Reducer */ /* md_cr_sim_code_min: number of similarities found */ METRIC modules md_cr_sim_code_min ON END METRIC /* md_cr_sim_func_max: Computed by Code Reducer */ /* md_cr_sim_func_max: number of similarities found */ METRIC modules md_cr_sim_func_max ON END METRIC /* md_cr_sim_func_med: Computed by Code Reducer */ /* md_cr_sim_func_med: number of similarities found */ METRIC modules md_cr_sim_func_med ON END METRIC /* md_cr_sim_func_min: Computed by Code Reducer */ /* md_cr_sim_func_min: number of similarities found */ METRIC modules md_cr_sim_func_min ON END METRIC /* md_cr_lsim_code_max: Computed by Code Reducer */ /* md_cr_lsim_code_max: number of local similarities found */ METRIC modules md_cr_lsim_code_max ON END METRIC /* md_cr_lsim_code_med: Computed by Code Reducer */ /* md_cr_lsim_code_med: number of local similarities found */ METRIC modules md_cr_lsim_code_med ON END METRIC /* md_cr_lsim_code_min: Computed by Code Reducer */ /* md_cr_lsim_code_min: number of local similarities found */ METRIC modules md_cr_lsim_code_min ON END METRIC /* md_cr_lsim_func_max: Computed by Code Reducer */ /* md_cr_lsim_func_max: number of local similarities found */ METRIC modules md_cr_lsim_func_max ON END METRIC /* md_cr_lsim_func_med: Computed by Code Reducer */ /* md_cr_lsim_func_med: number of local similarities found */ METRIC modules md_cr_lsim_func_med ON END METRIC /* md_cr_lsim_func_min: Computed by Code Reducer */ /* md_cr_lsim_func_min: number of local similarities found */ METRIC modules md_cr_lsim_func_min ON END METRIC /* md_cr_occ_code_max: Computed by Code Reducer */ /* md_cr_occ_code_max: number of occurences of similarities found */ METRIC modules md_cr_occ_code_max ON END METRIC /* md_cr_occ_code_med: Computed by Code Reducer */ /* md_cr_occ_code_med: number of occurences of similarities found */ METRIC modules md_cr_occ_code_med ON END METRIC /* md_cr_occ_code_min: Computed by Code Reducer */ /* md_cr_occ_code_min: number of occurences of similarities found */ METRIC modules md_cr_occ_code_min ON END METRIC /* md_cr_occ_func_max: Computed by Code Reducer */ /* md_cr_occ_func_max: number of occurences of similarities found */ METRIC modules md_cr_occ_func_max ON END METRIC /* md_cr_occ_func_med: Computed by Code Reducer */ /* md_cr_occ_func_med: number of occurences of similarities found */ METRIC modules md_cr_occ_func_med ON END METRIC /* md_cr_occ_func_min: Computed by Code Reducer */ /* md_cr_occ_func_min: number of occurences of similarities found */ METRIC modules md_cr_occ_func_min ON END METRIC /* md_cr_locc_code_max: Computed by Code Reducer */ /* md_cr_locc_code_max: number of occurences of local similarities found */ METRIC modules md_cr_locc_code_max ON END METRIC /* md_cr_locc_code_med: Computed by Code Reducer */ /* md_cr_locc_code_med: number of occurences of local similarities found */ METRIC modules md_cr_locc_code_med ON END METRIC /* md_cr_locc_code_min: Computed by Code Reducer */ /* md_cr_locc_code_min: number of occurences of local similarities found */ METRIC modules md_cr_locc_code_min ON END METRIC /* md_cr_locc_func_max: Computed by Code Reducer */ /* md_cr_locc_func_max: number of occurences of local similarities found */ METRIC modules md_cr_locc_func_max ON END METRIC /* md_cr_locc_func_med: Computed by Code Reducer */ /* md_cr_locc_func_med: number of occurences of local similarities found */ METRIC modules md_cr_locc_func_med ON END METRIC /* md_cr_locc_func_min: Computed by Code Reducer */ /* md_cr_locc_func_min: number of occurences of local similarities found */ METRIC modules md_cr_locc_func_min ON END METRIC /* md_cr_sline_code_max: Computed by Code Reducer */ /* md_cr_sline_code_max: number of lines in similarities found */ METRIC modules md_cr_sline_code_max ON END METRIC /* md_cr_sline_code_med: Computed by Code Reducer */ /* md_cr_sline_code_med: number of lines in similarities found */ METRIC modules md_cr_sline_code_med ON END METRIC /* md_cr_sline_code_min: Computed by Code Reducer */ /* md_cr_sline_code_min: number of lines in similarities found */ METRIC modules md_cr_sline_code_min ON END METRIC /* md_cr_sline_func_max: Computed by Code Reducer */ /* md_cr_sline_func_max: number of lines in similarities found */ METRIC modules md_cr_sline_func_max ON END METRIC /* md_cr_sline_func_med: Computed by Code Reducer */ /* md_cr_sline_func_med: number of lines in similarities found */ METRIC modules md_cr_sline_func_med ON END METRIC /* md_cr_sline_func_min: Computed by Code Reducer */ /* md_cr_sline_func_min: number of lines in similarities found */ METRIC modules md_cr_sline_func_min ON END METRIC /* md_cr_lline_code_max: Computed by Code Reducer */ /* md_cr_lline_code_max: number of lines in local similarities found */ METRIC modules md_cr_lline_code_max ON END METRIC /* md_cr_lline_code_med: Computed by Code Reducer */ /* md_cr_lline_code_med: number of lines in local similarities found */ METRIC modules md_cr_lline_code_med ON END METRIC /* md_cr_lline_code_min: Computed by Code Reducer */ /* md_cr_lline_code_min: number of lines in local similarities found */ METRIC modules md_cr_lline_code_min ON END METRIC /* md_cr_lline_func_max: Computed by Code Reducer */ /* md_cr_lline_func_max: number of lines in local similarities found */ METRIC modules md_cr_lline_func_max ON END METRIC /* md_cr_lline_func_med: Computed by Code Reducer */ /* md_cr_lline_func_med: number of lines in local similarities found */ METRIC modules md_cr_lline_func_med ON END METRIC /* md_cr_lline_func_min: Computed by Code Reducer */ /* md_cr_lline_func_min: number of lines in local similarities found */ METRIC modules md_cr_lline_func_min ON END METRIC /**************************/ /* Deprecated, do not use */ /**************************/ /* ap_line : Computed by the API */ /* ap_line : Number of lines -- Deprecated -- Use ap_sline instead. */ METRIC application ap_line ON END METRIC /* lc_line : Computed by a buitlin parser metric */ /* lc_line : Number of lines -- Deprecated -- Use lc_cline instead. */ METRIC functions lc_line ON END METRIC /* lc_comm : Computed by a buitlin parser metric */ /* lc_comm : Number of lines -- Deprecated -- Use lc_ccomm instead. */ METRIC functions lc_comm ON END METRIC /**************************/ /* Internal use */ /**************************/ /* lc_parse : Computed by a buitlin parser metric */ /* lc_parse : Number of lines not parsed */ METRIC functions lc_parse ON END METRIC END METRICS