Rating | Name | Duplication | Size | Complexity |
---|---|---|---|---|
F | CppTranspiler.visit_Assign() | 0 | 34 | 10 |
D | CppTranspiler.visit_Call() | 0 | 22 | 9 |
C | transpile_tests() | 0 | 24 | 7 |
C | ScopeList.find() | 0 | 19 | 11 |
C | CppTranspiler.visit_Attribute() | 0 | 16 | 8 |
B | CppTranspiler.visit_If() | 0 | 21 | 6 |
B | generate_template_fun() | 0 | 18 | 6 |
B | transpile() | 0 | 27 | 5 |
B | CppTranspiler.visit_TryExcept() | 0 | 21 | 5 |
B | CppTranspiler.visit_FunctionDef() | 0 | 9 | 5 |
B | TestFunctionTransformer.test_nested_functions() | 0 | 20 | 5 |
B | test_factorial() | 0 | 5 | 5 |
B | ScopeList.find_import() | 0 | 6 | 5 |
B | CppTranspiler.visit_Print() | 0 | 10 | 5 |
A | CLikeTranspiler.visit_If() | 0 | 14 | 4 |