Condition Coverage

blib/lib/KinoSearch1/InvIndexer.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
68 16 0 47 blessed($$self{'invindex'}) and $$self{'invindex'}->isa('KinoSearch1::Store::InvIndex')
369 14 0 0 $@ and $invindex->file_exists($deletion)

or 3 conditions

line l !l&&r !l&&!r condition
59 61 2 0 $$self{'analyzer'} ||= 'KinoSearch1::Analysis::Analyzer'->new
150 1 131 0 $$field_sims{$finfo->get_name} ||= $main_sim
187 2 126 0 $field->get_analyzer || $$self{'analyzer'}