Devel--Cover icon indicating copy to clipboard operation
Devel--Cover copied to clipboard

Uncoverable statements in XS

Open Tux opened this issue 10 years ago • 1 comments

I'd like to have means to tag XS lines as uncoverable. Currently neither /* uncovered */ nor /* uncoverable statement */ achieve that goal. I prefer /* uncovered */, as it is shorter. Best would be to also allow a reason.
if (unlikely_expression)     warn ("Unlikely event did occur"); /* uncovered: out of memory? */

Tux avatar Dec 10 '14 08:12 Tux

Agreed. Something to mirror the possibilities for Perl code. I will see what can be done.

Thanks!

pjcj avatar Aug 03 '15 23:08 pjcj