| 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 | 79127 | 11833 | ref $_[0] ? : | 
| 32 | 24515 | 66445 | unless ref $value | 
| 40 | 27841 | 147560 | if (defined $instance and $self->is_default_a_coderef) |