Luavis/sherlock

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.travis.yml
LICENSE
Makefile
README.ko.rst
README.rst
requirements.txt
samples/git-fire.sh
samples/hello_world.sh
setup.cfg
samples/git-fire.py5
samples/hello_world.py3
setup.py39
sherlock/__init__.py59
A
35 mins
sherlock/codelib/__init__.py8
sherlock/codelib/analyzer/__init__.py88
C
7 hrs
sherlock/codelib/analyzer/factory.py9
sherlock/codelib/analyzer/function.py14
sherlock/codelib/analyzer/variable.py60
A
1 hr
sherlock/codelib/cmd.py41
sherlock/codelib/generator/__init__.py96
C
7 hrs
sherlock/codelib/generator/dispatcher.py11
sherlock/codelib/generator/implements/__init__.py0
sherlock/codelib/generator/implements/assignment.py53
A
25 mins
sherlock/codelib/generator/implements/binop.py43
A
1 hr
sherlock/codelib/generator/implements/compare_op.py35
sherlock/codelib/generator/implements/function.py44
A
1 hr
sherlock/codelib/generator/implements/importing.py12
sherlock/codelib/generator/implements/simple_generator.py60
A
1 hr
sherlock/codelib/generator/implements/statement.py22
C
7 hrs
sherlock/codelib/generator/temp_variable.py9
sherlock/codelib/system_function/__init__.py58
A
1 hr
sherlock/codelib/system_function/implements.py12
A
3 hrs
sherlock/errors.py11