205 | | |||| '''Metrics for files (as properties)''' || |
206 | | ||''Name'' || ''Synonyms'' || |
207 | | ||{{{module_sum}}} || {{{mod_sum}}} || |
208 | | ||{{{line_of_code}}} || {{{loc}}} || |
209 | | ||{{{char_of_code}}} || {{{choc}}} || |
210 | | ||{{{number_of_fun}}} || {{{num_of_fun, num_of_functions, number_of_functions}}} || |
211 | | ||{{{number_of_macros}}} || {{{num_of_macros, num_of_macr}}} || |
212 | | ||{{{number_of_records}}} || {{{num_of_records, num_of_rec}}} || |
213 | | ||{{{included_files}}} || {{{inc_files}}} || |
214 | | ||{{{imported_modules}}} || {{{imp_modules, imported_mod, imp_mod}}} || |
215 | | ||{{{number_of_funpath}}} || {{{number_of_funpaths, num_of_funpath, num_of_funpaths}}} || |
216 | | ||{{{function_calls_in}}} || {{{fun_calls_in}}} || |
217 | | ||{{{function_calls_out}}} || {{{fun_calls_out}}} || |
218 | | ||{{{cohesion}}} || {{{coh}}} || |
219 | | ||{{{otp_used}}} || {{{otp}}} || |
220 | | ||{{{max_application_depth}}} || {{{max_app_depth}}} || |
221 | | ||{{{max_depth_of_calling}}} || {{{max_depth_calling, max_depth_of_call, max_depth_call}}} || |
222 | | ||{{{min_depth_of_calling}}} || {{{min_depth_calling, min_depth_of_call, min_depth_call}}} || |
223 | | ||{{{max_depth_of_cases}}} || {{{max_depth_cases}}} || |
224 | | ||{{{number_of_funclauses}}} || {{{num_of_funclauses, number_of_funclaus, num_of_funclaus}}} || |
225 | | ||{{{branches_of_recursion}}} || {{{branches_of_rec, branch_of_recursion, branch_of_rec}}} || |
226 | | ||{{{mcCabe}}} || {{{mccabe}}} || |
227 | | ||{{{number_of_funexpr}}} || {{{num_of_funexpr}}} || |
228 | | ||{{{number_of_messpass}}} || {{{num_of_messpass}}} || |
229 | | ||{{{fun_return_points}}} || {{{fun_return_point, function_return_points, function_return_point}}} || |
230 | | ||{{{max_length_of_line}}} || {{{-}}} || |
231 | | ||{{{average_length_of_line}}} || {{{avg_length_of_line}}} || |
232 | | ||{{{no_space_after_comma}}} || {{{-}}} || |
233 | | \\ |
234 | | |||| '''Metrics for functions (as properties)''' || |
235 | | ||''Name'' || ''Synonyms'' || |
236 | | ||{{{line_of_code}}} || {{{loc}}} || |
237 | | ||{{{char_of_code}}} || {{{choc}}} || |
238 | | ||{{{function_sum}}} || {{{fun_sum}}} || |
239 | | ||{{{max_application_depth}}} || {{{max_app_depth}}} || |
240 | | ||{{{max_depth_of_calling}}} || {{{max_depth_calling, max_depth_of_call, max_depth_call}}} || |
241 | | ||{{{max_depth_of_cases}}} || {{{max_depth_cases}}} || |
242 | | ||{{{number_of_funclauses}}} || {{{num_of_funclauses, number_of_funclaus, num_of_funclaus}}} || |
243 | | ||{{{branches_of_recursion}}} || {{{branches_of_rec, branch_of_recursion, branch_of_rec}}} || |
244 | | ||{{{mcCabe}}} || {{{mccabe}}} || |
245 | | ||{{{calls_for_function}}} || {{{calls_for_fun, call_for_function, call_for_fun}}} || |
246 | | ||{{{calls_from_function}}} || {{{calls_from_fun, call_from_function, call_from_fun}}} || |
247 | | ||{{{number_of_funexpr}}} || {{{num_of_funexpr}}} || |
248 | | ||{{{number_of_messpass}}} || {{{num_of_messpass}}} || |
249 | | ||{{{fun_return_points}}} || {{{fun_return_point, function_return_points, function_return_point}}} || |
250 | | ||{{{max_length_of_line}}} || {{{-}}} || |
251 | | ||{{{average_length_of_line}}} || {{{avg_length_of_line}}} || |
252 | | ||{{{no_space_after_comma}}} || {{{-}}} || |
253 | | ||{{{is_tail_recursive}}} || {{{-}}} || |
| 205 | |||||||| '''Metrics for files and functions (as properties)''' || |
| 206 | ||''Name'' || ''Synonyms'' || ''File'' || ''Function'' || |
| 207 | ||{{{module_sum}}} || {{{mod_sum}}} || ok || - || |
| 208 | ||{{{function_sum}}} || {{{fun_sum}}} || - || ok || |
| 209 | ||{{{line_of_code}}} || {{{loc}}} || ok || ok || |
| 210 | ||{{{char_of_code}}} || {{{choc}}} || ok || ok || |
| 211 | ||{{{number_of_fun}}} || {{{num_of_fun, num_of_functions, number_of_functions}}} || ok || - || |
| 212 | ||{{{number_of_macros}}} || {{{num_of_macros, num_of_macr}}} || ok || - || |
| 213 | ||{{{number_of_records}}} || {{{num_of_records, num_of_rec}}} || ok || - || |
| 214 | ||{{{included_files}}} || {{{inc_files}}} || ok || - || |
| 215 | ||{{{imported_modules}}} || {{{imp_modules, imported_mod, imp_mod}}} || ok || - || |
| 216 | ||{{{number_of_funpath}}} || {{{number_of_funpaths, num_of_funpath, num_of_funpaths}}} || ok || - || |
| 217 | ||{{{function_calls_in}}} || {{{fun_calls_in}}} || ok || - || |
| 218 | ||{{{function_calls_out}}} || {{{fun_calls_out}}} || ok || - || |
| 219 | ||{{{calls_for_function}}} || {{{calls_for_fun, call_for_function, call_for_fun}}} || - || ok || |
| 220 | ||{{{calls_from_function}}} || {{{calls_from_fun, call_from_function, call_from_fun}}} || - || ok || |
| 221 | ||{{{cohesion}}} || {{{coh}}} || ok || - || |
| 222 | ||{{{otp_used}}} || {{{otp}}} || ok || - || |
| 223 | ||{{{max_application_depth}}} || {{{max_app_depth}}} || ok || ok || |
| 224 | ||{{{max_depth_of_calling}}} || {{{max_depth_calling, max_depth_of_call, max_depth_call}}} || ok || ok || |
| 225 | ||{{{min_depth_of_calling}}} || {{{min_depth_calling, min_depth_of_call, min_depth_call}}} || ok || - || |
| 226 | ||{{{max_depth_of_cases}}} || {{{max_depth_cases}}} || ok || ok || |
| 227 | ||{{{number_of_funclauses}}} || {{{num_of_funclauses, number_of_funclaus, num_of_funclaus}}} || ok || ok || |
| 228 | ||{{{branches_of_recursion}}} || {{{branches_of_rec, branch_of_recursion, branch_of_rec}}} || ok || ok || |
| 229 | ||{{{mcCabe}}} || {{{mccabe}}} || ok || ok || |
| 230 | ||{{{number_of_funexpr}}} || {{{num_of_funexpr}}} || ok || ok || |
| 231 | ||{{{number_of_messpass}}} || {{{num_of_messpass}}} || ok || ok || |
| 232 | ||{{{fun_return_points}}} || {{{fun_return_point, function_return_points, function_return_point}}} || ok || ok || |
| 233 | ||{{{max_length_of_line}}} || {{{-}}} || ok || ok || |
| 234 | ||{{{average_length_of_line}}} || {{{avg_length_of_line}}} || ok || ok || |
| 235 | ||{{{no_space_after_comma}}} || {{{-}}} || ok || ok || |
| 236 | ||{{{is_tail_recursive}}} || {{{-}}} || - || ok || |