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