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 1 8 12.5


line true false branch
21 0 0 template inline panda::enable_if_signed_integral_t _getnum (SV* sv) { return SvIV(sv); }
71 817 0 Simple (T val) { sv = detail::_newnum(val); }
0 0 Simple (T val) { sv = detail::_newnum(val); }
74 0 0 Simple (const panda::string_view& s) { sv = newSVpvn(s.data(), s.length()); }