Name: aenum
URL: https://github.com/ethanfurman/aenum
Number of lines of code and the tool used to count it: 3241 (lizard aenum -x"*test*"
)
Programming language: Python
coverage.py
was run to analyze the existing coverage:
aenum/_enum.py:bin()
: 0% branch coverage
aenum/_enum.py:bits()
: 0% branch coverage
Tests (aenum/test_sep.py:5):
Initial coverage: 0% branch coverage
Improvement: 100% branch coverage
Tests (aenum/test_sep.py:19):
Initial coverage: 0% branch coverage
Improvement: 100% branch coverage
Initial: 84% line coverage on _enum.py
Improvement: 85% line coverage on _enum.py