Module implementing a checker for code complexity.
| None | 
| McCabeChecker | Class implementing a checker for code complexity iaw. | 
| None | 
Class implementing a checker for code complexity iaw. McCabe.
| Codes | 
| None | 
| McCabeChecker | Constructor | 
| __error | Private method to record an issue. | 
| __ignoreCode | Private method to check if the error code should be ignored. | 
| __reportInvalidSyntax | Private method to report a syntax error. | 
| run | Public method to check the given source for code complexity. | 
| None | 
Constructor
Private method to record an issue.
Private method to check if the error code should be ignored.
Private method to report a syntax error.
Public method to check the given source for code complexity.