Coverage report: 96%
coverage.py v7.2.2, created at 2023-03-29 12:33 -0300
coverage.py v7.2.2, created at 2023-03-29 12:33 -0300
| Module | statements | missing | excluded | coverage |
|---|---|---|---|---|
| src/pyselector/__init__.py | 3 | 0 | 0 | 100% |
| src/pyselector/helpers.py | 39 | 7 | 0 | 82% |
| src/pyselector/key_manager.py | 60 | 4 | 0 | 93% |
| src/pyselector/logger.py | 18 | 3 | 0 | 83% |
| src/pyselector/menus/__init__.py | 0 | 0 | 0 | 100% |
| src/pyselector/menus/dmenu.py | 43 | 3 | 2 | 93% |
| src/pyselector/menus/fzf.py | 55 | 0 | 0 | 100% |
| src/pyselector/menus/rofi.py | 80 | 3 | 2 | 96% |
| src/pyselector/selector.py | 19 | 1 | 0 | 95% |
| tests/__init__.py | 0 | 0 | 0 | 100% |
| tests/test_dmenu.py | 14 | 0 | 0 | 100% |
| tests/test_fzf.py | 39 | 0 | 0 | 100% |
| tests/test_helpers.py | 27 | 0 | 0 | 100% |
| tests/test_key_manager.py | 62 | 1 | 0 | 98% |
| tests/test_rofi.py | 53 | 0 | 0 | 100% |
| tests/test_selector.py | 14 | 0 | 0 | 100% |
| Total | 526 | 22 | 4 | 96% |
No items found using the specified filter.