dual-arithmetic.R has the lowest test coverage at 84.3%. The uncovered branches are likely in:
- %% and %/% operators (modular arithmetic on duals)
- any() and all() Summary group generic methods
- Edge cases in mixed-type Ops dispatch (e.g., numeric %% dualr)
Adding targeted tests for these would bring coverage above 90% for all source files.
dual-arithmetic.R has the lowest test coverage at 84.3%. The uncovered branches are likely in:
Adding targeted tests for these would bring coverage above 90% for all source files.