| blib/lib/Moose/Meta/Attribute/Native/Trait.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 15 | 46.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 29 | 178 | 4 | 0 | &blessed($options->{'isa'}) and $options->{'isa'}->can("does") |
| 182 | 0 | 0 | &blessed($options->{'isa'}) and $options->{'isa'}->can("does") and $options->{'isa'}->does("Specio::Constraint::Role::Interface") | |
| 64 | 0 | 0 | 1032 | $accessor_class and $accessor_class->can("new") |
| 92 | 1523 | 546 | 4 | ref $value and "ARRAY" ne ref $value |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 36 | 0 | 0 | 0 | $isa->name || $isa->description |