Coverage report: 85%
Files Functions Classes
coverage.py v7.5.1, created at 2024-05-17 15:05 +0000
File | function | statements | missing | excluded | coverage |
---|---|---|---|---|---|
calc.py | Calculations.__init__ | 2 | 0 | 0 | 100% |
calc.py | Calculations.get_sum | 1 | 0 | 0 | 100% |
calc.py | Calculations.get_difference | 1 | 1 | 0 | 0% |
calc.py | Calculations.get_product | 1 | 1 | 0 | 0% |
calc.py | Calculations.get_quotient | 1 | 1 | 0 | 0% |
calc.py | (no function) | 6 | 0 | 0 | 100% |
calc_test.py | TestCalculations.test_sum | 2 | 0 | 0 | 100% |
calc_test.py | (no function) | 6 | 0 | 0 | 100% |
Total | 20 | 3 | 0 | 85% |
No items found using the specified filter.