Branch Coverage

/usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/XS/Framework.x/i/xs/Simple.h
Criterion Covered Total %
branch 4 12 33.3


line true false branch
49 0 0 Simple (SV* sv, bool policy = INCREMENT) : Scalar(sv, policy) { _validate(); }
53 23 0 Simple (const Scalar& oth) : Scalar(oth) { _validate(); }
70 0 0 Simple (const panda::string_view& s) { sv = newSVpvn(s.data(), s.length()); }
183 23 0 if (!sv || (SvTYPE(sv) <= SVt_PVMG && !SvROK(sv))) return;
23 0 if (!sv || (SvTYPE(sv) <= SVt_PVMG && !SvROK(sv))) return;
23 0 if (!sv || (SvTYPE(sv) <= SVt_PVMG && !SvROK(sv))) return;