METRICS VERSION 3 /* ap_cg_cycle : Computed by the API */ /* ap_cg_cycle : Call graph depth */ /* Activating ap_cg_cycle will also activate : GA_CYCLE */ METRIC application ap_cg_cycle 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_edge : Computed by the API */ /* ap_cg_edge : Call graph nodes */ /* Activating ap_cg_edge will also activate : GA_EDGE */ METRIC application ap_cg_edge 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_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_inhg_cpx : Computed by the API */ /* ap_inhg_cpx : Inheritance tree complexity */ /* Activating ap_inhg_cpx will also activate : GH_CPX */ METRIC application ap_inhg_cpx ON END METRIC /* ap_inhg_edge : Computed by the API */ /* ap_inhg_edge : Inheritance tree edges */ /* Activating ap_inhg_edge will also activate : GH_EDGE */ METRIC application ap_inhg_edge ON END METRIC /* ap_inhg_levl : Computed by the API */ /* ap_inhg_levl : Depth of inheritance tree */ /* Activating ap_inhg_levl will also activate : GH_LEVL */ METRIC application ap_inhg_levl ON END METRIC /* ap_inhg_maxdeg : Computed by the API */ /* ap_inhg_maxdeg : Maximum number of derived/inherited classes */ /* Activating ap_inhg_maxdeg will also activate : GH_MAX_DEG */ METRIC application ap_inhg_maxdeg ON END METRIC /* ap_inhg_maxin : Computed by the API */ /* ap_inhg_maxin : Maximum number of derived classes */ /* Activating ap_inhg_maxin will also activate : GH_MAX_IN */ METRIC application ap_inhg_maxin ON END METRIC /* ap_inhg_maxout : Computed by the API */ /* ap_inhg_maxout : Maximum number of inherited classes */ /* Activating ap_inhg_maxout will also activate : GH_MAX_OUT */ METRIC application ap_inhg_maxout ON END METRIC /* ap_inhg_node : Computed by the API */ /* ap_inhg_node : inheritance tree classes */ /* Activating ap_inhg_node will also activate : GH_NODE */ METRIC application ap_inhg_node ON END METRIC /* ap_inhg_leaf : Computed by the API */ /* ap_inhg_leaf : Number of final classes */ /* Activating ap_inhg_leaf will also activate : GH_NSP */ METRIC application ap_inhg_leaf ON END METRIC /* ap_inhg_root : Computed by the API */ /* ap_inhg_root : Number of basic classes */ /* Activating ap_inhg_root will also activate : GH_NSS */ METRIC application ap_inhg_root ON END METRIC /* ap_inhg_pc : Computed by the API */ /* ap_inhg_pc : Protocol Complexity */ /* Activating ap_inhg_pc will also activate : GH_PC */ METRIC application ap_inhg_pc ON END METRIC /* ap_inhg_uri : Computed by the API */ /* ap_inhg_uri : Number of repeated inheritances */ /* Activating ap_inhg_uri will also activate : GH_URI */ METRIC application ap_inhg_uri ON END METRIC /* ap_ahf : Computed by a buitlin parser metric */ /* ap_ahf : Attribute hiding factor (MOOD) */ METRIC application ap_ahf ON END METRIC /* ap_aif : Computed by a buitlin parser metric */ /* ap_aif : Attribute inheritance factor (MOOD) */ METRIC application ap_aif ON END METRIC /* ap_cbo : Computed by a buitlin parser metric */ /* ap_cbo : Coupling between objects */ /* Activating ap_cbo will also activate : CBO */ METRIC application ap_cbo ON END METRIC /* ap_clas : Computed by the API */ /* ap_clas : Number of application classes */ /* Activating ap_clas will also activate : LCA */ METRIC application ap_clas ON END METRIC /* ap_cof : Computed by a buitlin parser metric */ /* ap_cof : Coupling factor (MOOD) */ METRIC application ap_cof 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_mdf : Computed by a buitlin parser metric */ /* ap_mdf : Number of defined methods */ METRIC application ap_mdf ON END METRIC /* ap_mhf : Computed by a buitlin parser metric */ /* ap_mhf : Method hiding factor (MOOD) */ METRIC application ap_mhf ON END METRIC /* ap_mif : Computed by a buitlin parser metric */ /* ap_mif : Method inheritance factor (MOOD) */ METRIC application ap_mif ON END METRIC /* ap_nmm : Computed by a buitlin parser metric */ /* ap_nmm : Number of application member functions */ /* Activating ap_nmm will also activate : NMM */ METRIC application ap_nmm ON END METRIC /* ap_npm : Computed by the API */ /* ap_npm : Number of public methods */ METRIC application ap_npm ON END METRIC /* ap_pof : Computed by a buitlin parser metric */ /* ap_pof : Polymorphism factor (MOOD) */ METRIC application ap_pof ON END METRIC /* ap_scpp : Computed by a TCL parser metric */ /* ap_scpp : Number of preprocessor statements */ METRIC application ap_scpp ON END METRIC /* ap_sline : Computed by a TCL parser metric */ /* ap_sline : Number of lines */ METRIC application ap_sline ON END METRIC /* ap_sloc : Computed by a TCL parser metric */ /* ap_sloc : Number of lines of code */ METRIC application ap_sloc ON END METRIC /* ap_scomm : Computed by a TCL parser metric */ /* ap_scomm : Number of lines of comments */ METRIC application ap_scomm ON END METRIC /* ap_sblank : Computed by a TCL parser metric */ /* ap_sblank : Number of empty lines */ METRIC application ap_sblank ON END METRIC /* ap_ssbra : Computed by a TCL 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_consts : Computed by a buitlin parser metric */ /* md_consts : Number of declared constants */ METRIC modules md_consts ON END METRIC /* md_types : Computed by a buitlin parser metric */ /* md_types : Number of declared types */ METRIC modules md_types ON END METRIC /* md_vars : Computed by a buitlin parser metric */ /* md_vars : Number of declared variables */ METRIC modules md_vars ON END METRIC /* md_D : Computed by a buitlin parser metric */ /* md_D : Halstead modules difficulty */ METRIC modules md_D ON END METRIC /* md_n2 : Computed by a buitlin parser metric */ /* md_n2 : Number of distinct operands */ METRIC modules md_n2 ON "in_body" END METRIC /* md_n1 : Computed by a buitlin parser metric */ /* md_n1 : Number of distinct operators */ METRIC modules md_n1 ON "in_body" END METRIC /* md_E : Computed by a buitlin parser metric */ /* md_E : Halstead modules mental effort */ METRIC modules md_E ON END METRIC /* md_CN : Computed by a buitlin parser metric */ /* md_CN : Halstead modules estimated length */ METRIC modules md_CN ON END METRIC /* md_I : Computed by a buitlin parser metric */ /* md_I : Halstead modules intelligent content */ METRIC modules md_I ON END METRIC /* md_L : Computed by a buitlin parser metric */ /* md_L : Halstead modules level */ METRIC modules md_L ON END METRIC /* md_N : Computed by a buitlin parser metric */ /* md_N : Halstead modules length */ METRIC modules md_N ON END METRIC /* md_N2 : Computed by a buitlin parser metric */ /* md_N2 : Total number of operands */ METRIC modules md_N2 ON END METRIC /* md_N1 : Computed by a buitlin parser metric */ /* md_N1 : Total number of operators */ METRIC modules md_N1 ON END METRIC /* md_n : Computed by a buitlin parser metric */ /* md_n : Halstead modules vocabulary */ METRIC modules md_n ON END METRIC /* md_V : Computed by a buitlin parser metric */ /* md_V : Halstead modules volume */ METRIC modules md_V ON END METRIC /* md_expfn : Computed by a buitlin parser metric */ /* md_expfn : Number of exported functions */ METRIC modules md_expfn ON END METRIC /* md_expva : Computed by a buitlin parser metric */ /* md_expva : Number of exported variables */ METRIC modules md_expva ON END METRIC /* md_impmo : Computed by a buitlin parser metric */ /* md_impmo : Number of imported modules */ METRIC modules md_impmo ON END METRIC /* md_algo : Computed by a buitlin parser metric */ /* md_algo : Number of syntactic entities in algorithms */ METRIC modules md_algo ON END METRIC /* md_decl : Computed by a buitlin parser metric */ /* md_decl : Number of syntactic entities in declarations */ METRIC modules md_decl ON END METRIC /* md_pro_c : Computed by a buitlin parser metric */ /* md_pro_c : Number of lines in Pro*C */ METRIC modules md_pro_c ON END METRIC /* md_synt : Computed by a buitlin parser metric */ /* md_synt : Number of syntactic entities */ METRIC modules md_synt ON END METRIC /* md_comm : Computed by a TCL parser metric */ /* md_comm : Number of lines of comments */ METRIC modules md_comm ON END METRIC /* md_cpp : Computed by a TCL parser metric */ /* md_cpp : Number of preprocessor statements */ METRIC modules md_cpp ON END METRIC /* md_line : Computed by a TCL parser metric */ /* md_line : Number of lines */ METRIC modules md_line ON END METRIC /* md_loc : Computed by a TCL parser metric */ /* md_loc : Number of lines of code */ METRIC modules md_loc ON END METRIC /* md_blank : Computed by a TCL parser metric */ /* md_blank : Number of empty lines */ METRIC modules md_blank ON END METRIC /* md_sbra : Computed by a TCL 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 /* cl_fpriv_path : Computed by the API */ /* cl_fpriv_path : Sum of paths of private class methods */ /* Activating cl_fpriv_path will also activate : LMPIPATH */ METRIC classes cl_fpriv_path ON END METRIC /* cl_fprot_path : Computed by the API */ /* cl_fprot_path : Sum of paths of protected class methods */ /* Activating cl_fprot_path will also activate : LMPOPATH */ METRIC classes cl_fprot_path ON END METRIC /* cl_fpubl_path : Computed by the API */ /* cl_fpubl_path : Sum of paths of public class methods */ /* Activating cl_fpubl_path will also activate : LMPUPATH */ METRIC classes cl_fpubl_path ON END METRIC /* cl_base_priv : Computed by a buitlin parser metric */ /* cl_base_priv : Number of private base classes */ METRIC classes cl_base_priv ON END METRIC /* cl_base_prot : Computed by a buitlin parser metric */ /* cl_base_prot : Number of protected base classes */ METRIC classes cl_base_prot ON END METRIC /* cl_base_publ : Computed by a buitlin parser metric */ /* cl_base_publ : Number of public base classes */ METRIC classes cl_base_publ ON END METRIC /* cl_base_virt : Computed by a buitlin parser metric */ /* cl_base_virt : Number of virtual base classes */ METRIC classes cl_base_virt ON END METRIC /* cl_bcob : Computed by a buitlin parser metric */ /* cl_bcob : Number of comments blocks before */ /* Activating cl_bcob will also activate : BCOBc */ METRIC classes cl_bcob ON END METRIC /* cl_bcom : Computed by a buitlin parser metric */ /* cl_bcom : Number of comments blocks */ /* Activating cl_bcom will also activate : BCOMc */ METRIC classes cl_bcom ON END METRIC /* cl_clas_frnd : Computed by a buitlin parser metric */ /* cl_clas_frnd : Number of friend classes */ METRIC classes cl_clas_frnd ON END METRIC /* cl_const : Computed by a buitlin parser metric */ /* cl_const : Number of local constants */ METRIC classes cl_const ON END METRIC /* cl_cyclo : Computed by the API */ /* cl_cyclo : Weighted Methods per Class */ /* Activating cl_cyclo will also activate : cl_wmc, LMVG */ METRIC classes cl_cyclo ON END METRIC /* cl_data_class : Computed by a buitlin parser metric */ /* cl_data_class : Sum of class-type attributes */ /* Activating cl_data_class will also activate : LACT */ METRIC classes cl_data_class ON END METRIC /* cl_data_inh : Computed by a buitlin parser metric */ /* cl_data_inh : Number of inherited attributes */ METRIC classes cl_data_inh ON END METRIC /* cl_data_priv : Computed by a buitlin parser metric */ /* cl_data_priv : Number of private attributes */ /* Activating cl_data_priv will also activate : cl_field_priv, LAPI */ METRIC classes cl_data_priv ON END METRIC /* cl_data_prot : Computed by a buitlin parser metric */ /* cl_data_prot : Number of protected attributes */ /* Activating cl_data_prot will also activate : cl_field_prot, LAPO */ METRIC classes cl_data_prot ON END METRIC /* cl_data_publ : Computed by a buitlin parser metric */ /* cl_data_publ : Number of public attributes */ /* Activating cl_data_publ will also activate : cl_field_publ, LAPU */ METRIC classes cl_data_publ ON END METRIC /* cl_data_stat : Computed by a buitlin parser metric */ /* cl_data_stat : Number of static data members */ METRIC classes cl_data_stat ON END METRIC /* cl_data_vare : Computed by a buitlin parser metric */ /* cl_data_vare : Sum of uses of external attributes */ /* Activating cl_data_vare will also activate : LMVAR_PATHSe */ METRIC classes cl_data_vare ON END METRIC /* cl_data_vari : Computed by a buitlin parser metric */ /* cl_data_vari : Sum of uses of internal attributes */ /* Activating cl_data_vari will also activate : LMVAR_PATHSi */ METRIC classes cl_data_vari ON END METRIC /* cl_dep_deg : Computed by a buitlin parser metric */ /* cl_dep_deg : Coupling between classes */ /* Activating cl_dep_deg will also activate : cl_cobc, COBC */ METRIC classes cl_dep_deg ON END METRIC /* cl_dep_meth : Computed by a buitlin parser metric */ /* cl_dep_meth : Number of dependent methods */ /* Activating cl_dep_meth will also activate : NMD */ METRIC classes cl_dep_meth ON END METRIC /* cl_func_calle : Computed by a buitlin parser metric */ /* cl_func_calle : Sum of external calls */ /* Activating cl_func_calle will also activate : LMCALL_PATHSe */ METRIC classes cl_func_calle ON END METRIC /* cl_func_calli : Computed by a buitlin parser metric */ /* cl_func_calli : Sum of internal calls */ /* Activating cl_func_calli will also activate : LMCALL_PATHSi */ METRIC classes cl_func_calli ON END METRIC /* cl_func_cons : Computed by a buitlin parser metric */ /* cl_func_cons : Number of constant methods */ METRIC classes cl_func_cons ON END METRIC /* cl_func_excp : Computed by a buitlin parser metric */ /* cl_func_excp : Number of methods handling or raising exceptions */ METRIC classes cl_func_excp ON END METRIC /* cl_func_frnd : Computed by a buitlin parser metric */ /* cl_func_frnd : Number of friend functions */ METRIC classes cl_func_frnd ON END METRIC /* cl_func_inh : Computed by a buitlin parser metric */ /* cl_func_inh : Number of inherited methods */ METRIC classes cl_func_inh ON END METRIC /* cl_func_inln : Computed by a buitlin parser metric */ /* cl_func_inln : Number of inline methods */ METRIC classes cl_func_inln ON END METRIC /* cl_func_over : Computed by a buitlin parser metric */ /* cl_func_over : Number of overriden methods */ /* Activating cl_func_over will also activate : LMRE */ METRIC classes cl_func_over ON END METRIC /* cl_func_priv : Computed by a buitlin parser metric */ /* cl_func_priv : Number of private methods */ /* Activating cl_func_priv will also activate : cl_meth_priv, LMPI */ METRIC classes cl_func_priv ON END METRIC /* cl_func_prot : Computed by a buitlin parser metric */ /* cl_func_prot : Number of protected methods */ /* Activating cl_func_prot will also activate : cl_meth_prot, LMPO */ METRIC classes cl_func_prot ON END METRIC /* cl_func_publ : Computed by a buitlin parser metric */ /* cl_func_publ : Number of public methods */ /* Activating cl_func_publ will also activate : cl_meth_publ, LMPU */ METRIC classes cl_func_publ ON END METRIC /* cl_func_pure : Computed by a buitlin parser metric */ /* cl_func_pure : Number of abstract methods */ /* Activating cl_func_pure will also activate : LMABS */ METRIC classes cl_func_pure ON END METRIC /* cl_func_virt : Computed by a buitlin parser metric */ /* cl_func_virt : Number of virtual methods */ METRIC classes cl_func_virt ON END METRIC /* cl_genp : Computed by a buitlin parser metric */ /* cl_genp : Number of parameters for templates */ METRIC classes cl_genp ON END METRIC /* cl_locm : Computed by a buitlin parser metric */ /* cl_locm : Lack of cohesion of methods */ METRIC classes cl_locm ON END METRIC /* cl_oper_affc : Computed by a buitlin parser metric */ /* cl_oper_affc : Number of assignment operators */ METRIC classes cl_oper_affc ON LIST "=" "+=" "-=" "*=" "/=" "%=" "^=" "&=" "|=" "<<=" ">>=" "+" "-" "*" "/" "[]" END LIST END METRIC /* cl_oper_conv : Computed by a buitlin parser metric */ /* cl_oper_conv : Number of conversion operators */ METRIC classes cl_oper_conv ON END METRIC /* cl_oper_spec : Computed by a buitlin parser metric */ /* cl_oper_spec : Number of special operators */ METRIC classes cl_oper_spec ON LIST "->" "()" "," "->*" "new" "delete" "new[]" "delete[]" END LIST END METRIC /* cl_oper_std : Computed by a buitlin parser metric */ /* cl_oper_std : Number of standard operators */ METRIC classes cl_oper_std ON END METRIC /* cl_rfc : Computed by a buitlin parser metric */ /* cl_rfc : Response for a class */ METRIC classes cl_rfc ON END METRIC /* cl_type : Computed by a buitlin parser metric */ /* cl_type : Number of local types */ METRIC classes cl_type ON END METRIC /* cl_usedp : Computed by a buitlin parser metric */ /* cl_usedp : Sum of ic_usedp of class methods */ /* Activating cl_usedp will also activate : LMU_PARA */ METRIC classes cl_usedp ON END METRIC /* cl_wmc : Computed by the API */ /* cl_wmc : Weighted Methods per Class */ /* Activating cl_wmc will also activate : cl_cyclo, LMVG */ METRIC classes cl_wmc ON END METRIC /* cu_cdused : Computed by a buitlin parser metric */ /* cu_cdused : Number of direct used classes */ METRIC classes cu_cdused ON END METRIC /* cu_cdusers : Computed by a buitlin parser metric */ /* cu_cdusers : Number of direct users classes */ METRIC classes cu_cdusers ON END METRIC /* cu_cused : Computed by a buitlin parser metric */ /* cu_cused : Number of used classes */ METRIC classes cu_cused ON END METRIC /* cu_cusers : Computed by a buitlin parser metric */ /* cu_cusers : Number of users classes */ METRIC classes cu_cusers ON END METRIC /* cu_level : Computed by a buitlin parser metric */ /* cu_level : Depth of use */ METRIC classes cu_level ON END METRIC /* in_bases : Computed by a buitlin parser metric */ /* in_bases : Number of base classes */ /* Activating in_bases will also activate : in_inherits */ METRIC classes in_bases ON END METRIC /* in_dbases : Computed by a buitlin parser metric */ /* in_dbases : Number of direct base classes */ /* Activating in_dbases will also activate : in_dinherits, MII */ METRIC classes in_dbases ON END METRIC /* in_dderived : Computed by a buitlin parser metric */ /* in_dderived : Number of children */ /* Activating in_dderived will also activate : in_noc, NOC */ METRIC classes in_dderived ON END METRIC /* in_depth : Computed by a buitlin parser metric */ /* in_depth : Depth of the inheritance tree */ METRIC classes in_depth ON END METRIC /* in_derived : Computed by a buitlin parser metric */ /* in_derived : Number of derived classes */ METRIC classes in_derived ON END METRIC /* in_reinh : Computed by a buitlin parser metric */ /* in_reinh : Number of classes inherited several times */ METRIC classes in_reinh 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 /* 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 /* IND_CALLS : Computed by the API */ /* IND_CALLS : Relative call graph call-paths */ METRIC functions IND_CALLS 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 /* dc_calling : Computed by the API */ /* dc_calling : Number of callers */ /* Activating dc_calling will also activate : NBCALLING */ METRIC functions dc_calling 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 /* 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_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 */ METRIC functions ct_break ON END METRIC /* ct_cyclo : Computed by a buitlin parser metric */ /* ct_cyclo : Cyclomatic number (VG) */ /* Activating ct_cyclo will also activate : ct_vg, VG */ METRIC functions ct_cyclo 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_degree : Computed by a buitlin parser metric */ /* ct_degree : Maximum degree */ METRIC functions ct_degree ON END METRIC /* ct_edge : Computed by a buitlin parser metric */ /* ct_edge : Number of edges */ /* Activating ct_edge will also activate : N_EDGES */ METRIC functions ct_edge 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_goto : Computed by a buitlin parser metric */ /* ct_goto : Number of gotos */ /* Activating ct_goto will also activate : GOTO */ METRIC functions ct_goto 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_node : Computed by a buitlin parser metric */ /* ct_node : Number of nodes */ METRIC functions ct_node ON END METRIC /* ct_raise : Computed by a buitlin parser metric */ /* ct_raise : Number of exception raises */ /* Activating ct_raise will also activate : N_RAISE */ METRIC functions ct_raise ON END METRIC /* ct_try : Computed by a buitlin parser metric */ /* ct_try : Number of exceptions handlers */ /* Activating ct_try will also activate : N_EXCEPT */ METRIC functions ct_try ON END METRIC /* dc_calle : Computed by a buitlin parser metric */ /* dc_calle : Number of external calls */ /* Activating dc_calle will also activate : CALLe */ METRIC functions dc_calle ON END METRIC /* dc_calli : Computed by a buitlin parser metric */ /* dc_calli : Number of internal calls */ /* Activating dc_calli will also activate : CALLi */ METRIC functions dc_calli ON END METRIC /* dc_callpe : Computed by a buitlin parser metric */ /* dc_callpe : Number of external direct calls */ /* Activating dc_callpe will also activate : CALL_PATHSe */ METRIC functions dc_callpe ON END METRIC /* dc_callpi : Computed by a buitlin parser metric */ /* dc_callpi : Number of internal direct calls */ /* Activating dc_callpi will also activate : CALL_PATHSi */ METRIC functions dc_callpi ON END METRIC /* dc_calls : Computed by the API */ /* dc_calls : Number of direct calls */ /* Activating dc_calls will also activate : DRCT_CALLS */ METRIC functions dc_calls ON END METRIC /* dc_clas_var : Computed by a buitlin parser metric */ /* dc_clas_var : Number of class-type local variables */ /* Activating dc_clas_var will also activate : LVARop */ METRIC functions dc_clas_var ON END METRIC /* dc_consts : Computed by a buitlin parser metric */ /* dc_consts : Number of declared constants */ METRIC functions dc_consts 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 /* dc_other_clas_var : Computed by a buitlin parser metric */ /* dc_other_clas_var : Number of other class-type local variables */ METRIC functions dc_other_clas_var ON END METRIC /* dc_stat_call : Computed by a buitlin parser metric */ /* dc_stat_call : Number of calls to static members */ METRIC functions dc_stat_call ON END METRIC /* dc_types : Computed by a buitlin parser metric */ /* dc_types : Number of declared types */ METRIC functions dc_types ON END METRIC /* dc_vars : Computed by a buitlin parser metric */ /* dc_vars : Number of declared variables */ METRIC functions dc_vars ON END METRIC /* D : Computed by a buitlin parser metric */ /* D : Halstead difficulty */ /* Activating D will also activate : ha_dif */ METRIC functions D 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 "in_body" 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 "in_body" END METRIC /* E : Computed by a buitlin parser metric */ /* E : Halstead mental effort */ /* Activating E will also activate : ha_eff */ METRIC functions E ON END METRIC /* CN : Computed by a buitlin parser metric */ /* CN : Halstead estimated length */ /* Activating CN will also activate : ha_elg */ METRIC functions CN ON END METRIC /* I : Computed by a buitlin parser metric */ /* I : Halstead intelligent content */ /* Activating I will also activate : ha_int */ METRIC functions I ON END METRIC /* L : Computed by a buitlin parser metric */ /* L : Halstead level */ /* Activating L will also activate : ha_lev */ METRIC functions L ON END METRIC /* N : Computed by a buitlin parser metric */ /* N : Halstead length */ /* Activating N will also activate : ha_olg */ METRIC functions N 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 /* 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 /* n : Computed by a buitlin parser metric */ /* n : Halstead vocabulary */ /* Activating n will also activate : ha_voc */ METRIC functions n ON END METRIC /* V : Computed by a buitlin parser metric */ /* V : Halstead volume */ /* Activating V will also activate : ha_vol */ METRIC functions V ON END METRIC /* ic_par_othercl : Computed by a buitlin parser metric */ /* ic_par_othercl : Number of other class-type parameters */ METRIC functions ic_par_othercl ON END METRIC /* ic_paradd : Computed by a buitlin parser metric */ /* ic_paradd : Number of parameters passed by reference */ /* Activating ic_paradd will also activate : PARAadd */ METRIC functions ic_paradd 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 /* ic_parcl : Computed by a buitlin parser metric */ /* ic_parcl : Number of class-type parameters */ /* Activating ic_parcl will also activate : PARAc */ METRIC functions ic_parcl ON END METRIC /* ic_parval : Computed by a buitlin parser metric */ /* ic_parval : Number of parameters passed by value */ /* Activating ic_parval will also activate : PARAval */ METRIC functions ic_parval ON END METRIC /* ic_parvar : Computed by a buitlin parser metric */ /* ic_parvar : Variable number of parameters */ METRIC functions ic_parvar ON END METRIC /* ic_usedp : Computed by a buitlin parser metric */ /* ic_usedp : Number of parameters used */ /* Activating ic_usedp will also activate : U_PARA */ METRIC functions ic_usedp ON END METRIC /* ic_vare : Computed by a buitlin parser metric */ /* ic_vare : Number of uses of external attributes */ /* Activating ic_vare will also activate : VARe */ METRIC functions ic_vare ON END METRIC /* ic_vari : Computed by a buitlin parser metric */ /* ic_vari : Number of uses of internal attributes */ /* Activating ic_vari will also activate : VARi */ METRIC functions ic_vari ON END METRIC /* ic_varpe : Computed by a buitlin parser metric */ /* ic_varpe : Number of distinct uses of external attributes */ /* Activating ic_varpe will also activate : VAR_PATHSe */ METRIC functions ic_varpe ON END METRIC /* ic_varpi : Computed by a buitlin parser metric */ /* ic_varpi : Number of distinct uses of internal attributes */ /* Activating ic_varpi will also activate : VAR_PATHSi */ METRIC functions ic_varpi ON END METRIC /* lc_algo : Computed by a buitlin parser metric */ /* lc_algo : Number of syntactic entities in algorithms */ METRIC functions lc_algo 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 */ METRIC functions lc_bcom ON END METRIC /* lc_cblank : Computed by a TCL parser metric */ /* lc_cblank : Number of empty lines */ METRIC functions lc_cblank ON END METRIC /* lc_ccomm : Computed by a TCL parser metric */ /* lc_ccomm : Number of lines of comments */ /* Activating lc_ccom will also activate : LCOM */ METRIC functions lc_ccomm ON END METRIC /* lc_ccpp : Computed by a TCL parser metric */ /* lc_ccpp : Number of preprocessor statements */ METRIC functions lc_ccpp ON END METRIC /* lc_cline : Computed by a TCL parser metric */ /* lc_cline : Number of lines */ METRIC functions lc_cline ON END METRIC /* lc_cloc : Computed by a TCL parser metric */ /* lc_cloc : Number of lines of code */ METRIC functions lc_cloc ON END METRIC /* lc_csbra : Computed by a TCL parser metric */ /* lc_csbra : Number of lines with lone braces */ METRIC functions lc_csbra ON END METRIC /* lc_decl : Computed by a buitlin parser metric */ /* lc_decl : Number of syntactic entities in declarations */ METRIC functions lc_decl ON END METRIC /* lc_pro_c : Computed by a buitlin parser metric */ /* lc_pro_c : Number of lines in Pro*C */ METRIC functions lc_pro_c 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 "no_null_stat" END METRIC /* lc_synt : Computed by a buitlin parser metric */ /* lc_synt : Number of syntactic entities */ METRIC functions lc_synt ON END METRIC /* ap_cr_sim_class_max : Computed by Code Reducer */ /* ap_cr_sim_class_max : number of similarities found */ METRIC application ap_cr_sim_class_max ON END METRIC /* ap_cr_sim_class_med : Computed by Code Reducer */ /* ap_cr_sim_class_med : number of similarities found */ METRIC application ap_cr_sim_class_med ON END METRIC /* ap_cr_sim_class_min : Computed by Code Reducer */ /* ap_cr_sim_class_min : number of similarities found */ METRIC application ap_cr_sim_class_min 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_class_max: Computed by Code Reducer */ /* ap_cr_sline_class_max: number of similar lines */ METRIC application ap_cr_sline_class_max ON END METRIC /* ap_cr_sline_class_med: Computed by Code Reducer */ /* ap_cr_sline_class_med: number of similar lines */ METRIC application ap_cr_sline_class_med ON END METRIC /* ap_cr_sline_class_min: Computed by Code Reducer */ /* ap_cr_sline_class_min: number of similar lines */ METRIC application ap_cr_sline_class_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_class_max: Computed by Code Reducer */ /* ap_cr_gain_class_max: number of lines which, maybe, can be suppressed */ METRIC application ap_cr_gain_class_max ON END METRIC /* ap_cr_gain_class_med: Computed by Code Reducer */ /* ap_cr_gain_class_med: number of lines which, maybe, can be suppressed */ METRIC application ap_cr_gain_class_med ON END METRIC /* ap_cr_gain_class_min: Computed by Code Reducer */ /* ap_cr_gain_class_min: number of lines which, maybe, can be suppressed */ METRIC application ap_cr_gain_class_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_class_max: Computed by Code Reducer */ /* ap_cr_compr_class_max: compression ration for the application */ METRIC application ap_cr_compr_class_max ON END METRIC /* ap_cr_compr_class_med: Computed by Code Reducer */ /* ap_cr_compr_class_med: compression ration for the application */ METRIC application ap_cr_compr_class_med ON END METRIC /* ap_cr_compr_class_min: Computed by Code Reducer */ /* ap_cr_compr_class_min: compression ration for the application */ METRIC application ap_cr_compr_class_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_class_max: Computed by Code Reducer */ /* md_cr_sim_class_max: number of similarities found */ METRIC modules md_cr_sim_class_max ON END METRIC /* md_cr_sim_class_med: Computed by Code Reducer */ /* md_cr_sim_class_med: number of similarities found */ METRIC modules md_cr_sim_class_med ON END METRIC /* md_cr_sim_class_min: Computed by Code Reducer */ /* md_cr_sim_class_min: number of similarities found */ METRIC modules md_cr_sim_class_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_class_max: Computed by Code Reducer */ /* md_cr_lsim_class_max: number of local similarities found */ METRIC modules md_cr_lsim_class_max ON END METRIC /* md_cr_lsim_class_med: Computed by Code Reducer */ /* md_cr_lsim_class_med: number of local similarities found */ METRIC modules md_cr_lsim_class_med ON END METRIC /* md_cr_lsim_class_min: Computed by Code Reducer */ /* md_cr_lsim_class_min: number of local similarities found */ METRIC modules md_cr_lsim_class_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_class_max: Computed by Code Reducer */ /* md_cr_occ_class_max: number of occurences of similarities found */ METRIC modules md_cr_occ_class_max ON END METRIC /* md_cr_occ_class_med: Computed by Code Reducer */ /* md_cr_occ_class_med: number of occurences of similarities found */ METRIC modules md_cr_occ_class_med ON END METRIC /* md_cr_occ_class_min: Computed by Code Reducer */ /* md_cr_occ_class_min: number of occurences of similarities found */ METRIC modules md_cr_occ_class_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_class_max: Computed by Code Reducer */ /* md_cr_locc_class_max: number of occurences of local similarities found */ METRIC modules md_cr_locc_class_max ON END METRIC /* md_cr_locc_class_med: Computed by Code Reducer */ /* md_cr_locc_class_med: number of occurences of local similarities found */ METRIC modules md_cr_locc_class_med ON END METRIC /* md_cr_locc_class_min: Computed by Code Reducer */ /* md_cr_locc_class_min: number of occurences of local similarities found */ METRIC modules md_cr_locc_class_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_class_max: Computed by Code Reducer */ /* md_cr_sline_class_max: number of lines in similarities found */ METRIC modules md_cr_sline_class_max ON END METRIC /* md_cr_sline_class_med: Computed by Code Reducer */ /* md_cr_sline_class_med: number of lines in similarities found */ METRIC modules md_cr_sline_class_med ON END METRIC /* md_cr_sline_class_min: Computed by Code Reducer */ /* md_cr_sline_class_min: number of lines in similarities found */ METRIC modules md_cr_sline_class_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_class_max: Computed by Code Reducer */ /* md_cr_lline_class_max: number of lines in local similarities found */ METRIC modules md_cr_lline_class_max ON END METRIC /* md_cr_lline_class_med: Computed by Code Reducer */ /* md_cr_lline_class_med: number of lines in local similarities found */ METRIC modules md_cr_lline_class_med ON END METRIC /* md_cr_lline_class_min: Computed by Code Reducer */ /* md_cr_lline_class_min: number of lines in local similarities found */ METRIC modules md_cr_lline_class_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 */ METRIC application ap_line ON END METRIC /* md_comm_old : Computed by a buitlin parser metric */ /* md_comm_old : Number of lines of comments */ METRIC modules md_comm_old ON END METRIC /* md_line_old : Computed by a buitlin parser metric */ /* md_line_old : Number of lines */ METRIC modules md_line_old ON END METRIC /* md_cpp_old : Computed by a TCL parser metric */ /* md_cpp_old : Number of preprocessor statements */ METRIC modules md_cpp_old ON END METRIC /* md_stat_old : Computed by a buitlin parser metric */ /* md_stat_old : Number of statements */ METRIC modules md_stat_old ON END METRIC /* cl_cyclo_old : Computed by a buitlin parser metric */ /* cl_cyclo_old : Weighted Methods per Class */ METRIC classes cl_cyclo_old ON END METRIC /* lc_comm : Computed by a buitlin parser metric */ /* lc_comm : Number of lines of comments */ METRIC functions lc_comm ON END METRIC /* lc_line : Computed by a buitlin parser metric */ /* lc_line : Number of lines */ METRIC functions lc_line ON END METRIC /* lc_cpp : Computed by a buitlin parser metric */ /* lc_cpp : Number of preprocessor statements */ METRIC functions lc_cpp 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 /* md_parse : Computed by a buitlin parser metric */ /* md_parse : Number of lines not parsed */ METRIC modules md_parse ON END METRIC END METRICS