Branch Coverage

easyxs/easyxs_string.h
Criterion Covered Total %
branch 7 10 70.0


line true false branch
7 0 60 if (SvROK(sv)) _EASYXS_CROAK_STRINGIFY_REFERENCE(sv);
9 47 13 char *str = is_utf8 ? SvPVutf8_nolen(sv) : SvPVbyte_nolen(sv);
8 39 char *str = is_utf8 ? SvPVutf8_nolen(sv) : SvPVbyte_nolen(sv);
13 0 char *str = is_utf8 ? SvPVutf8_nolen(sv) : SvPVbyte_nolen(sv);
12 0 60 if (len != SvCUR(sv)) {