Subject: | Failing test is more important than running the wrong number. |
When a test both has failures and runs the wrong number of tests it will only report the wrong number of tests run. This can be annoying when you're adding more tests to an existing program and just want to know if they passed or failed without having to update the plan all the time.
The fact that tests failed is more important than that too many ran. It should report the failures. It should probably report both.