line |
true |
false |
branch |
204
|
0 |
0 |
if ($self->{'aggregator'} and &blessed($self->{'aggregator'}))
|
208
|
0 |
0 |
if (not &blessed($indexer)) { }
|
|
0 |
0 |
elsif (not $indexer->isa('Dezi::Indexer')) { }
|
210
|
0 |
0 |
if (exists $ishort{$indexer})
|
214
|
0 |
0 |
if $self->debug
|
223
|
0 |
0 |
unless $self->indexer_opts
|
226
|
0 |
0 |
if $self->debug
|
237
|
0 |
0 |
if (not &blessed($aggregator)) { }
|
|
0 |
0 |
elsif (not $aggregator->isa('Dezi::Aggregator')) { }
|
239
|
0 |
0 |
if (exists $ashort{$aggregator})
|
243
|
0 |
0 |
if $self->debug
|
254
|
0 |
0 |
if $self->debug
|
266
|
0 |
0 |
if ($indexer and $indexer->config and $indexer->config->ReplaceRules)
|
271
|
0 |
0 |
if ($self->filter) { }
|
289
|
0 |
0 |
if ($self->filter)
|
294
|
0 |
0 |
unless exists $indexer->{'test_mode'}
|
296
|
0 |
0 |
unless exists $aggregator->{'test_mode'}
|
298
|
0 |
0 |
if $self->debug
|
314
|
0 |
0 |
unless my $aggregator = $self->aggregator
|
315
|
0 |
0 |
unless ($aggregator->isa('Dezi::Aggregator'))
|