[test] Test coverage · Issue #180 · ruby/rbs

There is no way to measure how well the tests cover the method call variations. Assume we have a method definition like: def foo: (Integer | String) -> (Symbol | Array[String]) | (Integer, String) ...