| blib/lib/Data/MultiValued/AttributeTrait.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 3 | 12 | 25.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 137 | 0 | 0 | 8 | ref $_ and $_->isa('Data::MultiValued::Exceptions::NotFound') | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 79 | 44 | 15 | 0 | $self->get_full_storage($instance) || $self->set_full_storage($instance) | 
| 247 | 0 | 0 | 0 | $self->multi_reader || $self->multi_accessor || $self->get_read_method . '_multi' | 
| 253 | 0 | 0 | 0 | $self->multi_writer || $self->multi_accessor || $self->get_write_method . '_multi' |