Property | Description | Default value |
Classes to ignore | classes that should not be considered as coupled | #AdditiveSequenceableCollec... |
Property | Description | Default value |
API calls weight | The weight given to the number of API calls. (API calls are calls to platform functions.) | 5.0 |
Assignments weight | the weight given to the number of assignments | 0.5 |
Binary expressions weight | the weight given to the number of binary expressions | 2.0 |
Keyword expressions weight | the weight given to the number of keyword expressions | 3.0 |
Nested expressions weight | the weight given to the number of nested expressions | 0.5 |
Parameters weight | the weight given to the number of method arguments | 0.3 |
Primitive calls weight | The weight given to the number of primitive calls. (Primitive calls are methods that call virtual-machine primitives.) | 7.0 |
Temporaries weight | the weight given to the number of temporary variables | 0.5 |
Unary expressions weight | the weight given to the number of unary expressions | 1.0 |
Property | Description | Default value |
API categories | the patterns of API categories | '*API*' |
Internal categories | the patterns of internal categories | '*Internal*' |