/usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/XS/Framework.x/i/xs/typemap/containers.h | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 10 | 60.0 |
line | true | false | branch |
---|---|---|---|
22 | 1 | 0 | auto out = Array::create(data.size()); |
23 | 3 | 1 | for(const auto& i : data){ |
24 | 3 | 0 | out.push(xs::out(i)); |
3 | 0 | out.push(xs::out(i)); | |
26 | 1 | 0 | return Ref::create(out); |