### Problem The code coverage is low. ### Solution Add more tests to improve the code coverage so that all code may be used by users should be covered. Maybe target the coverage to be above `85%`?
Problem
The code coverage is low.
Solution
Add more tests to improve the code coverage so that all code may be used by users should be covered. Maybe target the coverage to be above
85%?