| blib/lib/Data/Object/Float.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 12 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 26 | 34 | 0 | 0 | &blessed($args) and $args->can('does') |
| 34 | 0 | 0 | &blessed($args) and $args->can('does') and $args->does($role) | |
| 32 | 0 | 0 | 34 | defined $args and not ref $args |
| 0 | 0 | 34 | defined $args and not ref $args and &looks_like_number($args) |