| <html> | |
| <body> | |
| Reports classes with too high of a total complexity. The | |
| total complexity of a <b>class</b> is the sum of the cyclomatic complexities of all the methods | |
| and initializers the <b>class</b> declares. Inherited methods and initializers are not counted | |
| toward the total complexity. | |
| <!-- tooltip end --> | |
| <p> | |
| Use the field below to specify the maximum complexity a class is allowed to have. | |
| <p> | |
| </body> | |
| </html> |