Changes between Version 6 and Version 7 of MetricQuery
- Timestamp:
- Feb 7, 2013, 1:25:05 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MetricQuery
v6 v7 54 54 ... 55 55 }}} 56 {{{ 57 #!comment 56 58 57 === min_depth_of_cases === 59 58 The domain of the query is a module or a function. Gives the minimum of the maximums of case control structures embedded in {{{case}}} of a concrete function (how deeply are the case control structures embedded). In case of a module it measures the same regarding all the functions in the module. Measuring does not break in {{{case}}} of {{{case}}} expressions, namely when the {{{case}}} is not embedded into a {{{case}}} structure. However, the following embedding does not increase the sum. … … 66 65 ... 67 66 }}} 68 }}} 67 69 68 === max_depth_of_structs === 70 69 The domain of the query is a module or a function. Gives the maximum of structures embedded in function (how deeply are the {{{block}}}, {{{case}}}, {{{fun}}}, {{{if}}}, {{{receive}}}, {{{try}}} control structures embedded). In case of a module it measures the same regarding all the functions in the module.