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