blib/lib/HTTP/MobileAttribute/Plugin/Locator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 12 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
43 | 15 | 7 | 66 | defined $option_ref && defined $$option_ref{'locator'} |
74 | 2 | 3 | 4 | defined $$params{'datum'} && $$params{'datum'} =~ /^\d+$/ |
89 | 8 | 66 | 3 | ref $stuff and eval { do { $stuff->can('param') } } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
43 | 22 | 15 | 51 | not defined $option_ref && defined $$option_ref{'locator'} or $$option_ref{'locator'} eq 1 |