blib/lib/Data/Object/Number.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
29 | 603 | 0 | 0 | blessed $data and $data->isa($class) |
30 | 0 | 0 | 603 | defined $data and not ref $data |
0 | 0 | 603 | defined $data and not ref $data and looks_like_number $data |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
28 | 0 | 603 | 0 | ref $class || $class |