Prime Path Coverage in the GNU Compiler Collection

10 matt_d 1 5/23/2025, 6:14:01 AM arxiv.org ↗

Comments (1)

nullc · 2h ago
Does it require that all exit conditions of a loop are taken/not-taken? I've found lots of bugs around if(foo)break; logic.