blib/lib/Google/Ranker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
77 | 0 | 0 | if (defined $search and ref $search eq '') |
86 | 0 | 0 | if (ref $search eq 'HASH') |
90 | 0 | 0 | unless $search |
91 | 0 | 0 | unless blessed $search and $search->isa('Google::Search') |
92 | 0 | 0 | unless $matcher |
94 | 0 | 0 | if ref $matcher eq '' |
95 | 0 | 0 | if (ref $matcher eq 'Regexp') |
101 | 0 | 0 | unless (ref $matcher eq 'CODE') |
107 | 0 | 0 | unless defined $result |