| blib/lib/Data/Object/Role/Constructor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 6 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 0 | 2 | if &blessed($data) and $data->can('does') and $data->does($role) |
| 21 | 0 | 2 | if (&blessed($data) and $data->isa('Regexp') and $^V <= v5.12.0) |
| 25 | 5 | 5 | ref $data ? : |