| blib/lib/FlashVideo/Search.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 0 | 0 | if ($search =~ /^(\w+) \w+/) |
| 26 | 0 | 0 | if ($possible_package->can('search')) |
| 45 | 0 | 0 | if ($plugin_package->can('search')) { } |
| 70 | 0 | 0 | if (my(@site_results) = eval { do { $search_site->search($search, $type) } }) { } |
| 0 | 0 | elsif ($@) { } | |
| 89 | 0 | 0 | unless ref $results eq 'ARRAY' |
| 90 | 0 | 0 | unless $max |
| 92 | 0 | 0 | if (@$results > $max) |