Branch Coverage

blib/lib/KinoSearch1/Search/BooleanQuery.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
28 0 524 @_ == 1 ? :
33 0 524 unless a_isa_b($clause, 'KinoSearch1::Search::BooleanClause')
36 0 524 if @{$$self{'clauses'};} > $$self{'max_clause_count'}
41 0 443 if ($$self{'disable_coord'})
128 473 52 if (defined $subscorer) { }
10 42 elsif ($clause->is_required) { }