blib/lib/Data/Focus.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 16 | 81.2 |
line | true | false | branch |
---|---|---|---|
20 | 0 | 22493 | unless exists $args{'target'} |
22 | 22490 | 2 | ref $args{'lens'} eq 'ARRAY' ? : |
22492 | 1 | exists $args{'lens'} ? : | |
35 | 22538 | 46 | if (&Scalar::Util::blessed($maybe_lens) and $maybe_lens->isa('Data::Focus::Lens')) { } |
56 | 22443 | 85 | if (@lenses == 1) { } |
76 | 405 | 234 | defined $ret ? : |
85 | 1011 | 0 | wantarray ? : |
91 | 0 | 20875 | if ref $updater ne 'CODE' |