Branch Coverage

/usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/XS/Framework.x/i/xs/Array.h
Criterion Covered Total %
branch 0 14 0.0


line true false branch
226 0 0 if (!sv) return;
227 0 0 if (SvTYPE(sv) == SVt_PVAV) return;
228 0 0 if (SvROK(sv)) { // reference to array?
230 0 0 if (SvTYPE(val) == SVt_PVAV) {
231 0 0 Sv::operator=(val);
235 0 0 if (is_undef()) return reset();
237 0 0 throw std::invalid_argument("wrong SV* type for Array");