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 | 79105 | 11833 | ref $_[0] ? : |
32 | 24501 | 66437 | unless ref $value |
40 | 27833 | 147546 | if (defined $instance and $self->is_default_a_coderef) |