| blib/lib/Net/Google/Search.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 264 | 0 | 0 | 0 | scalar @data > 1 and $data[0] eq '' |
| 337 | 0 | 0 | 0 | scalar @types > 1 and $types[0] eq '' |
| 399 | 0 | 0 | 0 | scalar @lang > 1 and $lang[0] eq '' |
| 446 | 0 | 0 | 0 | defined $$self{'__state'} and $$self{'__state'} eq $self->_state |
| 472 | 0 | 0 | 0 | not $self->return_estimatedTotal and $start_at >= $$res{'__endIndex'} |
| line | l | !l | condition |
|---|---|---|---|
| 177 | 0 | 0 | $self->SUPER::init(@_) || (return 0) |
| 190 | 0 | 0 | $$args{'starts_at'} || 0 |
| 191 | 0 | 0 | $$args{'max_results'} || 10 |