Branch Coverage

easyxs/easyxs_string.h
Criterion Covered Total %
branch 0 10 0.0


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