README.rst
lizard.py
setup.cfg
setup.py
lizard.egg-info/PKG-INFO
lizard.egg-info/SOURCES.txt
lizard.egg-info/dependency_links.txt
lizard.egg-info/entry_points.txt
lizard.egg-info/top_level.txt
lizard_ext/__init__.py
lizard_ext/auto_open.py
lizard_ext/csvoutput.py
lizard_ext/default_ordered_dict.py
lizard_ext/extension_base.py
lizard_ext/htmloutput.py
lizard_ext/keywords.py
lizard_ext/lizardboolcount.py
lizard_ext/lizardcomplextags.py
lizard_ext/lizardcpre.py
lizard_ext/lizarddependencycount.py
lizard_ext/lizarddumpcomments.py
lizard_ext/lizardduplicate.py
lizard_ext/lizardduplicated_param_list.py
lizard_ext/lizardexitcount.py
lizard_ext/lizardgotocount.py
lizard_ext/lizardignoreassert.py
lizard_ext/lizardio.py
lizard_ext/lizardmccabe.py
lizard_ext/lizardmodified.py
lizard_ext/lizardnd.py
lizard_ext/lizardnonstrict.py
lizard_ext/lizardns.py
lizard_ext/lizardoutside.py
lizard_ext/lizardstatementcount.py
lizard_ext/lizardwordcount.py
lizard_ext/version.py
lizard_ext/xmloutput.py
lizard_languages/__init__.py
lizard_languages/clike.py
lizard_languages/code_reader.py
lizard_languages/csharp.py
lizard_languages/gdscript.py
lizard_languages/go.py
lizard_languages/golike.py
lizard_languages/java.py
lizard_languages/javascript.py
lizard_languages/js_style_language_states.py
lizard_languages/js_style_regex_expression.py
lizard_languages/lua.py
lizard_languages/objc.py
lizard_languages/php.py
lizard_languages/python.py
lizard_languages/ruby.py
lizard_languages/rubylike.py
lizard_languages/rust.py
lizard_languages/scala.py
lizard_languages/script_language.py
lizard_languages/swift.py
lizard_languages/tnsdl.py
lizard_languages/ttcn.py
lizard_languages/typescript.py
test/testApplication.py
test/testAssertionExtension.py
test/testBasicFunctionInfo.py
test/testCOutsideComplexity.py
test/testCPreprocessorExtension.py
test/testCommentOptions.py
test/testCyclomaticComplexity.py
test/testExtension.py
test/testFilesFilter.py
test/testFunctionDependencyCount.py
test/testFunctionExitCount.py
test/testFunctionGotoCount.py
test/testFunctionStatementCount.py
test/testHelpers.py
test/testLanguages.py
test/testMcCabe.py
test/testNestedStructures.py
test/testNestingDepth.py
test/testOutput.py
test/testOutputCSV.py
test/testOutputFile.py
test/testOutputHTML.py
test/testTokenizer.py
test/test_analyzer.py
test/test_auto_open.py
test/test_options.py