Remix.run Logo
Prime Path Coverage in the GNU Compiler Collection(arxiv.org)
10 points by matt_d 15 hours ago | 1 comments
nullc 4 hours ago | parent [-]

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.