METRICS VERSION 2 /* 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_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_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_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_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_interf_func : Computed by the API */ /* ap_interf_func : Number of application interface functions */ METRIC application ap_interf_func ON END METRIC /* ap_npm : Computed by the API */ /* ap_npm : Number of public methods */ METRIC application ap_npm 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 /* pk_N1 : Computed by the context package.ctx */ /* pk_N1 : Total number of operators */ METRIC packages pk_N1 ON END METRIC /* pk_N2 : Computed by the context package.ctx */ /* pk_N2 : Total number of operands */ METRIC packages pk_N2 ON END METRIC /* pk_class : Computed by the context package.ctx */ /* pk_class : Number of classes */ METRIC packages pk_class ON END METRIC /* pk_com : Computed by the context package.ctx */ /* pk_com : Number of lines of comment */ METRIC packages pk_com ON END METRIC /* pk_const : Computed by the context package.ctx */ /* pk_const : Number of constants */ METRIC packages pk_const ON END METRIC /* pk_cpx : Computed by the context package.ctx */ /* pk_cpx : Sum of size of statements */ METRIC packages pk_cpx ON END METRIC /* pk_cpx_max : Computed by the context package.ctx */ /* pk_cpx_max : Maximum size of statements */ METRIC packages pk_cpx_max ON END METRIC /* pk_data : Computed by the context package.ctx */ /* pk_data : Number of attributes */ METRIC packages pk_data ON END METRIC /* pk_data_priv : Computed by the context package.ctx */ /* pk_data_priv : Number of private attributes */ METRIC packages pk_data_priv ON END METRIC /* pk_data_prot : Computed by the context package.ctx */ /* pk_data_prot : Number of protected attributes */ METRIC packages pk_data_prot ON END METRIC /* pk_data_publ : Computed by the context package.ctx */ /* pk_data_publ : Number of public attributes */ METRIC packages pk_data_publ ON END METRIC /* pk_data_stat : Computed by the context package.ctx */ /* pk_data_stat : Number of static attributes */ METRIC packages pk_data_stat ON END METRIC /* pk_except : Computed by the context package.ctx */ /* pk_except : Number of raised exceptions */ METRIC packages pk_except ON END METRIC /* pk_extend : Computed by the context package.ctx */ /* pk_extend : Total number of extends */ METRIC packages pk_extend ON END METRIC /* pk_file : Computed by the context package.ctx */ /* pk_file : Number of files */ METRIC packages pk_file ON END METRIC /* pk_func : Computed by the context package.ctx */ /* pk_func : Number of functions */ METRIC packages pk_func ON END METRIC /* pk_func_abstract : Computed by the context package.ctx */ /* pk_func_abstract : Number of abstract procedures */ METRIC packages pk_func_abstract ON END METRIC /* pk_func_priv : Computed by the context package.ctx */ /* pk_func_priv : Number of private functions */ METRIC packages pk_func_priv ON END METRIC /* pk_func_prot : Computed by the context package.ctx */ /* pk_func_prot : Number of protected functions */ METRIC packages pk_func_prot ON END METRIC /* pk_func_publ : Computed by the context package.ctx */ /* pk_func_publ : Number of public functions */ METRIC packages pk_func_publ ON END METRIC /* pk_func_stat : Computed by the context package.ctx */ /* pk_func_stat : Number of static functions */ METRIC packages pk_func_stat ON END METRIC /* pk_func_used : Computed by the context package.ctx */ /* pk_func_used : Number of methods called by a method */ METRIC packages pk_func_used ON END METRIC /* pk_func_used_max : Computed by the context package.ctx */ /* pk_func_used_max : Maximum number of methods called by a method */ METRIC packages pk_func_used_max ON END METRIC /* pk_implement : Computed by the context package.ctx */ /* pk_implement : Total number of implement */ METRIC packages pk_implement ON END METRIC /* pk_inh_levl : Computed by the context package.ctx */ /* pk_inh_levl : Sum of depths of inheritance */ METRIC packages pk_inh_levl ON END METRIC /* pk_inh_levl_max : Computed by the context package.ctx */ /* pk_inh_levl_max : Maximum level of inheritance for classes */ METRIC packages pk_inh_levl_max ON END METRIC /* pk_interf : Computed by the context package.ctx */ /* pk_interf : Number of interfaces */ METRIC packages pk_interf ON END METRIC /* pk_levl : Computed by the context package.ctx */ /* pk_levl : Sum of maximum nested levels */ METRIC packages pk_levl ON END METRIC /* pk_levl_max : Computed by the context package.ctx */ /* pk_levl_max : Number max of levels for the methods */ METRIC packages pk_levl_max ON END METRIC /* pk_line : Computed by the context package.ctx */ /* pk_line : Number of lines */ METRIC packages pk_line ON END METRIC /* pk_n1 : Computed by the context package.ctx */ /* pk_n1 : Number of distinct operators */ METRIC packages pk_n1 ON END METRIC /* pk_n2 : Computed by the context package.ctx */ /* pk_n2 : Number of distinct operands */ METRIC packages pk_n2 ON END METRIC /* pk_param : Computed by the context package.ctx */ /* pk_param : Sum of function parameters */ METRIC packages pk_param ON END METRIC /* pk_param_max : Computed by the context package.ctx */ /* pk_param_max : Maximum number of parameters */ METRIC packages pk_param_max ON END METRIC /* pk_path : Computed by the context package.ctx */ /* pk_path : Sum of non-cyclic paths */ METRIC packages pk_path ON END METRIC /* pk_path_max : Computed by the context package.ctx */ /* pk_path_max : Maximum number of non-cyclic paths */ METRIC packages pk_path_max ON END METRIC /* pk_pkused : Computed by the context package.ctx */ /* pk_pkused : Number of used packages */ METRIC packages pk_pkused ON END METRIC /* pk_raise : Computed by the context package.ctx */ /* pk_raise : Number of exceptions raises */ METRIC packages pk_raise ON END METRIC /* pk_stmt : Computed by the context package.ctx */ /* pk_stmt : Number of statements */ METRIC packages pk_stmt ON END METRIC /* pk_stmt_max : Computed by the context package.ctx */ /* pk_stmt_max : Maximum number of statements */ METRIC packages pk_stmt_max ON END METRIC /* pk_try : Computed by the context package.ctx */ /* pk_try : Number of exceptions handlers */ METRIC packages pk_try ON END METRIC /* pk_type : Computed by the context package.ctx */ /* pk_type : Number of public classes */ METRIC packages pk_type ON END METRIC /* pk_vg : Computed by the context package.ctx */ /* pk_vg : Sum of cyclomatic numbers */ METRIC packages pk_vg ON END METRIC /* pk_vg_max : Computed by the context package.ctx */ /* pk_vg_max : Maximum cyclomatic number */ METRIC packages pk_vg_max ON END METRIC /* md_class : Computed by a buitlin parser metric */ /* md_class : Number of classes */ METRIC modules md_class ON END METRIC /* md_import_demd : Computed by a buitlin parser metric */ /* md_import_demd : Number of importations on demand */ METRIC modules md_import_demd ON END METRIC /* md_import_pack : Computed by a buitlin parser metric */ /* md_import_pack : Number of imported packages */ METRIC modules md_import_pack ON END METRIC /* md_import_type : Computed by a buitlin parser metric */ /* md_import_type : Number of imported types */ METRIC modules md_import_type ON END METRIC /* md_interf : Computed by a buitlin parser metric */ /* md_interf : Number of interfaces */ METRIC modules md_interf ON END METRIC /* md_dclstat : Computed by a buitlin parser metric */ /* md_dclstat : Number of declarative statements */ METRIC modules md_dclstat 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_line : Computed by a TCL parser metric */ /* md_line : Number of lines */ METRIC modules md_line 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_parse : Computed by a buitlin parser metric */ /* md_parse : Number of lines not parsed */ METRIC modules md_parse ON END METRIC /* md_stat : Computed by the API */ /* md_stat : Number of statements */ METRIC modules md_stat ON END METRIC /* LMPIPATH : Computed by the API */ /* LMPIPATH : Sum of paths of private class methods */ /* Activating LMPIPATH will also activate : cl_fpriv_path */ METRIC classes LMPIPATH ON END METRIC /* LMPOPATH : Computed by the API */ /* LMPOPATH : Sum of paths of protected class methods */ /* Activating LMPOPATH will also activate : cl_fprot_path */ METRIC classes LMPOPATH ON END METRIC /* LMPUPATH : Computed by the API */ /* LMPUPATH : Sum of paths of public class methods */ /* Activating LMPUPATH will also activate : cl_fpubl_path */ METRIC classes LMPUPATH ON END METRIC /* cl_comm : Computed by a buitlin parser metric */ /* cl_comm : Number of lines of comment */ METRIC classes cl_comm ON END METRIC /* cl_dclstat : Computed by a buitlin parser metric */ /* cl_dclstat : Number of declarative statements */ METRIC classes cl_dclstat ON END METRIC /* cl_extend : Computed by a buitlin parser metric */ /* cl_extend : Number of extended classes */ METRIC classes cl_extend ON END METRIC /* cl_field : Computed by a buitlin parser metric */ /* cl_field : Total number of attributes */ /* Activating cl_field will also activate : cl_data */ METRIC classes cl_field ON END METRIC /* cl_field_const : Computed by a buitlin parser metric */ /* cl_field_const : Number of constants */ /* Activating cl_field_const will also activate : cl_data_const */ METRIC classes cl_field_const ON END METRIC /* cl_field_final : Computed by a buitlin parser metric */ /* cl_field_final : Number of final attributes */ /* Activating cl_field_final will also activate : cl_data_final */ METRIC classes cl_field_final ON END METRIC /* cl_field_nostat : Computed by a buitlin parser metric */ /* cl_field_nostat : Number of instance attributes */ /* Activating cl_field_nostat will also activate : cl_data_nostat */ METRIC classes cl_field_nostat ON END METRIC /* cl_field_pack : Computed by a buitlin parser metric */ /* cl_field_pack : Number of attributes in package scope */ /* Activating cl_field_pack will also activate : cl_data_pack */ METRIC classes cl_field_pack ON END METRIC /* cl_field_priv : Computed by a buitlin parser metric */ /* cl_field_priv : Number of private attributes */ /* Activating cl_field_priv will also activate : cl_data_priv, LAPI */ METRIC classes cl_field_priv ON END METRIC /* cl_field_prot : Computed by a buitlin parser metric */ /* cl_field_prot : Number of protected attributes */ /* Activating cl_field_prot will also activate : cl_data_prot, LAPO */ METRIC classes cl_field_prot ON END METRIC /* cl_field_publ : Computed by a buitlin parser metric */ /* cl_field_publ : Number of public attributes */ /* Activating cl_field_publ will also activate : cl_data_publ, LAPU */ METRIC classes cl_field_publ ON END METRIC /* cl_field_static : Computed by a buitlin parser metric */ /* cl_field_static : Number of class attributes */ /* Activating cl_field_static will also activate : cl_data_static */ METRIC classes cl_field_static ON END METRIC /* cl_interf : Computed by a buitlin parser metric */ /* cl_interf : Number of implemented interfaces */ METRIC classes cl_interf ON END METRIC /* cl_line : Computed by a buitlin parser metric */ /* cl_line : Number of lines */ METRIC classes cl_line ON END METRIC /* cl_meth : Computed by a buitlin parser metric */ /* cl_meth : Total number of methods */ /* Activating cl_meth will also activate : cl_func */ METRIC classes cl_meth ON END METRIC /* cl_meth_abstract : Computed by a buitlin parser metric */ /* cl_meth_abstract : Number of abstract methods */ /* Activating cl_meth_abstract will also activate : cl_func_abstract */ METRIC classes cl_meth_abstract ON END METRIC /* cl_meth_native : Computed by a buitlin parser metric */ /* cl_meth_native : Number of methods implemented in another language */ /* Activating cl_meth_native will also activate : cl_func_native */ METRIC classes cl_meth_native ON END METRIC /* cl_meth_nostat : Computed by a buitlin parser metric */ /* cl_meth_nostat : Number of instance methods */ /* Activating cl_meth_nostat will also activate : cl_func_nostat */ METRIC classes cl_meth_nostat ON END METRIC /* cl_meth_pack : Computed by a buitlin parser metric */ /* cl_meth_pack : Number of methods in package scope */ /* Activating cl_meth_pack will also activate : cl_func_pack */ METRIC classes cl_meth_pack ON END METRIC /* cl_meth_priv : Computed by a buitlin parser metric */ /* cl_meth_priv : Number of private methods */ /* Activating cl_meth_priv will also activate : cl_func_priv, LMPI */ METRIC classes cl_meth_priv ON END METRIC /* cl_meth_prot : Computed by a buitlin parser metric */ /* cl_meth_prot : Number of protected methods */ /* Activating cl_meth_prot will also activate : cl_func_prot, LMPO */ METRIC classes cl_meth_prot ON END METRIC /* cl_meth_publ : Computed by a buitlin parser metric */ /* cl_meth_publ : Number of public methods */ /* Activating cl_meth_publ will also activate : cl_func_publ, LMPU */ METRIC classes cl_meth_publ ON END METRIC /* cl_meth_static : Computed by a buitlin parser metric */ /* cl_meth_static : Number of class methods */ /* Activating cl_meth_static will also activate : cl_func_static */ METRIC classes cl_meth_static ON END METRIC /* cl_n1 : Computed by a TCL parser metric */ /* cl_n1 : Number of distinct operators */ METRIC classes cl_n1 ON END METRIC /* cl_n2 : Computed by a TCL parser metric */ /* cl_n2 : Number of distinct operands */ METRIC classes cl_n2 ON END METRIC /* cl_N1 : Computed by a TCL parser metric */ /* cl_N1 : Total number of operators */ METRIC classes cl_N1 ON END METRIC /* cl_N2 : Computed by a TCL parser metric */ /* cl_N2 : Total number of operands */ METRIC classes cl_N2 ON END METRIC /* cl_stat : Computed by a buitlin parser metric */ /* cl_stat : Number of statements */ METRIC classes cl_stat ON "no_null_stat" END METRIC /* cl_subclass : Computed by a buitlin parser metric */ /* cl_subclass : Number of included classes */ METRIC classes cl_subclass 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_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_dinherits : Computed by a buitlin parser metric */ /* in_dinherits : Number of direct base classes */ /* Activating in_dinherits will also activate : in_dbases, MII */ METRIC classes in_dinherits ON END METRIC /* in_inherits : Computed by a buitlin parser metric */ /* in_inherits : Number of base classes */ /* Activating in_inherits will also activate : in_bases */ METRIC classes in_inherits 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 */ /* Activating IND_CALLS will also activate : NB_CHEM */ 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 /* dc_calls : Computed by the API */ /* dc_calls : Relative call graph testability */ /* Activating dc_calls will also activate : DRCT_CALLS */ METRIC functions dc_calls ON END METRIC /* N1 : Computed by a TCL parser metric */ /* N1 : Total number of operators */ /* Activating N1 will also activate : ha_topt */ METRIC functions N1 ON END METRIC /* N2 : Computed by a TCL parser metric */ /* N2 : Total number of operands */ /* Activating N2 will also activate : ha_topd */ METRIC functions N2 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_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_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 */ /* Activating ct_node will also activate : N_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 /* ic_except : Computed by a buitlin parser metric */ /* ic_except : Number of raised exceptions */ METRIC functions ic_except 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_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 */ METRIC functions lc_ccomm 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_dclstat : Computed by a buitlin parser metric */ /* lc_dclstat : Number of declarative statements */ METRIC functions lc_dclstat 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 /* n1 : Computed by a TCL parser metric */ /* n1 : Number of distinct operators */ /* Activating n1 will also activate : ha_dopt */ METRIC functions n1 ON END METRIC /* n2 : Computed by a TCL parser metric */ /* n2 : Number of distinct operands */ /* Activating n2 will also activate : ha_dopd */ METRIC functions n2 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_sim_pkg_max : Computed by Code Reducer */ /* ap_cr_sim_pkg_max : number of similarities found */ METRIC application ap_cr_sim_pkg_max ON END METRIC /* ap_cr_sim_pkg_med : Computed by Code Reducer */ /* ap_cr_sim_pkg_med : number of similarities found */ METRIC application ap_cr_sim_pkg_med ON END METRIC /* ap_cr_sim_pkg_min : Computed by Code Reducer */ /* ap_cr_sim_pkg_min : number of similarities found */ METRIC application ap_cr_sim_pkg_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_sline_pkg_max: Computed by Code Reducer */ /* ap_cr_sline_pkg_max: number of similar lines */ METRIC application ap_cr_sline_pkg_max ON END METRIC /* ap_cr_sline_pkg_med: Computed by Code Reducer */ /* ap_cr_sline_pkg_med: number of similar lines */ METRIC application ap_cr_sline_pkg_med ON END METRIC /* ap_cr_sline_pkg_min: Computed by Code Reducer */ /* ap_cr_sline_pkg_min: number of similar lines */ METRIC application ap_cr_sline_pkg_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_gain_pkg_max: Computed by Code Reducer */ /* ap_cr_gain_pkg_max: number of lines which, maybe, can be suppressed */ METRIC application ap_cr_gain_pkg_max ON END METRIC /* ap_cr_gain_pkg_med: Computed by Code Reducer */ /* ap_cr_gain_pkg_med: number of lines which, maybe, can be suppressed */ METRIC application ap_cr_gain_pkg_med ON END METRIC /* ap_cr_gain_pkg_min: Computed by Code Reducer */ /* ap_cr_gain_pkg_min: number of lines which, maybe, can be suppressed */ METRIC application ap_cr_gain_pkg_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 /* ap_cr_compr_pkg_max: Computed by Code Reducer */ /* ap_cr_compr_pkg_max: compression ration for the application */ METRIC application ap_cr_compr_pkg_max ON END METRIC /* ap_cr_compr_pkg_med: Computed by Code Reducer */ /* ap_cr_compr_pkg_med: compression ration for the application */ METRIC application ap_cr_compr_pkg_med ON END METRIC /* ap_cr_compr_pkg_min: Computed by Code Reducer */ /* ap_cr_compr_pkg_min: compression ration for the application */ METRIC application ap_cr_compr_pkg_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_sim_pkg_max: Computed by Code Reducer */ /* md_cr_sim_pkg_max: number of similarities found */ METRIC modules md_cr_sim_pkg_max ON END METRIC /* md_cr_sim_pkg_med: Computed by Code Reducer */ /* md_cr_sim_pkg_med: number of similarities found */ METRIC modules md_cr_sim_pkg_med ON END METRIC /* md_cr_sim_pkg_min: Computed by Code Reducer */ /* md_cr_sim_pkg_min: number of similarities found */ METRIC modules md_cr_sim_pkg_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_lsim_pkg_max: Computed by Code Reducer */ /* md_cr_lsim_pkg_max: number of local similarities found */ METRIC modules md_cr_lsim_pkg_max ON END METRIC /* md_cr_lsim_pkg_med: Computed by Code Reducer */ /* md_cr_lsim_pkg_med: number of local similarities found */ METRIC modules md_cr_lsim_pkg_med ON END METRIC /* md_cr_lsim_pkg_min: Computed by Code Reducer */ /* md_cr_lsim_pkg_min: number of local similarities found */ METRIC modules md_cr_lsim_pkg_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_occ_pkg_max: Computed by Code Reducer */ /* md_cr_occ_pkg_max: number of occurences of similarities found */ METRIC modules md_cr_occ_pkg_max ON END METRIC /* md_cr_occ_pkg_med: Computed by Code Reducer */ /* md_cr_occ_pkg_med: number of occurences of similarities found */ METRIC modules md_cr_occ_pkg_med ON END METRIC /* md_cr_occ_pkg_min: Computed by Code Reducer */ /* md_cr_occ_pkg_min: number of occurences of similarities found */ METRIC modules md_cr_occ_pkg_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_locc_pkg_max: Computed by Code Reducer */ /* md_cr_locc_pkg_max: number of occurences of local similarities found */ METRIC modules md_cr_locc_pkg_max ON END METRIC /* md_cr_locc_pkg_med: Computed by Code Reducer */ /* md_cr_locc_pkg_med: number of occurences of local similarities found */ METRIC modules md_cr_locc_pkg_med ON END METRIC /* md_cr_locc_pkg_min: Computed by Code Reducer */ /* md_cr_locc_pkg_min: number of occurences of local similarities found */ METRIC modules md_cr_locc_pkg_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_sline_pkg_max: Computed by Code Reducer */ /* md_cr_sline_pkg_max: number of lines in similarities found */ METRIC modules md_cr_sline_pkg_max ON END METRIC /* md_cr_sline_pkg_med: Computed by Code Reducer */ /* md_cr_sline_pkg_med: number of lines in similarities found */ METRIC modules md_cr_sline_pkg_med ON END METRIC /* md_cr_sline_pkg_min: Computed by Code Reducer */ /* md_cr_sline_pkg_min: number of lines in similarities found */ METRIC modules md_cr_sline_pkg_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 /* md_cr_lline_pkg_max: Computed by Code Reducer */ /* md_cr_lline_pkg_max: number of lines in local similarities found */ METRIC modules md_cr_lline_pkg_max ON END METRIC /* md_cr_lline_pkg_med: Computed by Code Reducer */ /* md_cr_lline_pkg_med: number of lines in local similarities found */ METRIC modules md_cr_lline_pkg_med ON END METRIC /* md_cr_lline_pkg_min: Computed by Code Reducer */ /* md_cr_lline_pkg_min: number of lines in local similarities found */ METRIC modules md_cr_lline_pkg_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_stat_old : Computed by a buitlin parser metric */ /* md_stat_old : Number of statements */ METRIC modules md_stat_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 /**************************/ /* Internal use */ /**************************/ /* lc_parse : Computed by a buitlin parser metric */ /* lc_parse : Number of lines not parsed */ METRIC functions lc_parse ON END METRIC /* cl_parse : Computed by a buitlin parser metric */ /* cl_parse : Number of lines not parsed */ METRIC classes cl_parse ON END METRIC /****************************************************************/ END METRICS