Coverage report: 96%
coverage.py v7.2.2, created at 2023-03-24 11:54 -0300
coverage.py v7.2.2, created at 2023-03-24 11:54 -0300
Module | statements | missing | excluded | coverage |
---|---|---|---|---|
src/pyselector/__init__.py | 2 | 0 | 0 | 100% |
src/pyselector/helpers.py | 38 | 7 | 0 | 82% |
src/pyselector/key_manager.py | 54 | 0 | 0 | 100% |
src/pyselector/logger.py | 12 | 3 | 0 | 75% |
src/pyselector/menus/__init__.py | 0 | 0 | 0 | 100% |
src/pyselector/menus/dmenu.py | 44 | 0 | 0 | 100% |
src/pyselector/menus/fzf.py | 54 | 7 | 0 | 87% |
src/pyselector/menus/rofi.py | 80 | 0 | 0 | 100% |
src/pyselector/selector.py | 18 | 1 | 0 | 94% |
tests/__init__.py | 0 | 0 | 0 | 100% |
tests/test_dmenu.py | 19 | 0 | 0 | 100% |
tests/test_fzf.py | 19 | 0 | 0 | 100% |
tests/test_helpers.py | 27 | 0 | 0 | 100% |
tests/test_key_manager.py | 62 | 1 | 0 | 98% |
tests/test_rofi.py | 58 | 0 | 0 | 100% |
tests/test_selector.py | 14 | 0 | 0 | 100% |
Total | 501 | 19 | 0 | 96% |
No items found using the specified filter.