Kylin

Results 3 issues of Kylin

helo~ I want a new field to show the relationship between line and cyclomatic complexity, like this: ![image](https://user-images.githubusercontent.com/34933160/100823386-1576b180-348f-11eb-978b-ee7bbbc1f16c.png) So I added a variable `line_to_ccn` in the `FunctionInfo` class, to record...

Version:Lizard 1.17.7 I see an update in version 1.17.6 : Bug fixing. .mm file was not recognized as object-c(++) file. ![image](https://user-images.githubusercontent.com/34933160/100717404-f297bf00-33f4-11eb-921c-a026b8d1a167.png) Code: ``` #import "OCCFile.h" #include "CppFile.h" #include "OCInterfaceC.h" #include...

lizard 1.17.7 If there is an anonymous function with a return value type in the testCCN function, it will cause the testCCN function to be undetected. Even when the latter...