144 | | * {{{number_of_fun}}} number of fun a function giving the number of functions |
145 | | * {{{module}}} module the type of node in the query, |
146 | | * {{{('a','b')}}} contains the names of modules in which we calculate the metrics. In case the type of the node was defined as function the list must contain the following elements: The name of the module, in which the function was defined, the name of the function and its arity. In this case the list can have more than one element. The next list {{{{'test','f',1}}}} defines a function which is defined in the {{{test}}} module. Its name is {{{f}}}, and its arity is {{{1}}}. |
| 144 | * {{{number_of_fun}}}: a function giving the number of functions |
| 145 | * {{{module}}}: the type of node in the query |
| 146 | * {{{('a','b')}}}: contains the names of modules in which we calculate the metrics. In case the type of the node was defined as function the list must contain the following elements: The name of the module, in which the function was defined, the name of the function and its arity. In this case the list can have more than one element. The next list {{{{'test','f',1}}}} defines a function which is defined in the {{{test}}} module. Its name is {{{f}}}, and its arity is {{{1}}}. |