Branch Coverage

easyxs/easyxs_string.h
Criterion Covered Total %
branch 4 10 40.0


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