blib/lib/Data/Focus/LensTester.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 16 | 68.7 |
line | true | false | branch |
---|---|---|---|
15 | 0 | 8 | if ref $$self{$key} ne 'CODE' |
17 | 0 | 4 | if ref $$self{'parts'} ne 'ARRAY' |
31 | 22 | 41 | if ($exp_focal_points == 0) { } |
23 | 18 | elsif ($exp_focal_points == 1) { } | |
44 | 0 | 95 | unless eval { do { $lens->isa('Data::Focus::Lens') } } |
46 | 0 | 95 | if ref $target ne 'CODE' |
48 | 0 | 95 | unless defined $exp_focal_points and $exp_focal_points =~ /^\d+$/ |
65 | 557 | 3502 | if $i1 == $i2 |