blib/lib/Data/Focus/Lens/Dynamic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
15 | 7 | 60 | if (blessed $target and $target->can('Lens')) |
17 | 1 | 5 | unless (eval { do { $assoc_lens->isa('Data::Focus::Lens') } }) |
23 | 54 | 4 | if (not defined $target or $ref eq 'HASH' or $ref eq 'ARRAY') |
33 | 61 | 4 | if (defined $assoc_lens) { } |