blib/lib/Test2/Tools/PDL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 12 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
111 | 0 | 0 | 7 | $is_numeric and $exp->type >= PDL::float() || $got->type >= PDL::float() |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
85 | 3 | 0 | 5 | $got->badflag or $exp->badflag |
108 | 0 | 0 | 7 | &List::Util::any(sub { $exp->$Test2::Tools::PDL::_isa($_); } , 'PDL::SV', 'PDL::Factor', 'PDL::DateTime') || $exp->type eq 'byte' |
111 | 7 | 0 | 0 | $exp->type >= PDL::float() || $got->type >= PDL::float() |