statements after an `assert(0)` shouldn't be marked as coverable by the generated coverage matrix. Similar to `if (0) { ... }` or `if (1) { return; }` or `if (1) { assert(0); }`.
Comment #1 by b2.temp — 2021-10-28T01:49:38Z
I know nobody will like but a simple option is to make "statement not reachable" an error, i.e always.
Comment #2 by robert.schadek — 2024-12-13T19:18:55Z