| blib/lib/Class/MOP/Mixin/AttributeCore.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 10 | 80.0 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 38 | 62 | unless $_[0]->has_reader |
| 25 | 0 | 0 | unless $_[0]->has_writer |
| 30 | 81093 | 12161 | ref $_[0] ? : |
| 32 | 25132 | 68122 | unless ref $value |
| 40 | 28420 | 151622 | if (defined $instance and $self->is_default_a_coderef) |