blib/lib/Data/Focus.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 16 | 81.2 |
line | true | false | branch |
---|---|---|---|
20 | 0 | 12785 | unless exists $args{'target'} |
22 | 12782 | 2 | ref $args{'lens'} eq 'ARRAY' ? : |
12784 | 1 | exists $args{'lens'} ? : | |
35 | 12814 | 46 | if (&Scalar::Util::blessed($maybe_lens) and $maybe_lens->isa('Data::Focus::Lens')) { } |
56 | 12737 | 83 | if (@lenses == 1) { } |
76 | 240 | 159 | defined $ret ? : |
85 | 562 | 0 | wantarray ? : |
91 | 0 | 11859 | if ref $updater ne 'CODE' |