| blib/lib/Data/Object/Role/Constructor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 17 | 8 | 2 | 0 | &blessed($data) and $data->can('does') |
| 10 | 0 | 0 | &blessed($data) and $data->can('does') and $data->does($role) | |
| 21 | 8 | 0 | 2 | &blessed($data) and $data->isa('Regexp') |
| 8 | 2 | 0 | &blessed($data) and $data->isa('Regexp') and $^V <= v5.12.0 |