Branch Coverage

blib/lib/Tree/Predicate.pm
Criterion Covered Total %
branch 20 24 83.3


line true false branch
81 5 6 $$self{'OP'} eq 'AND' ? :
97 193 0 wantarray ? :
113 4 11 if ($$self{'OP'} eq 'AND') { }
11 0 elsif ($$self{'OP'} eq 'OR') { }
125 0 14 if @results > 50
140 0 2 if @_
142 1 1 if (UNIVERSAL::isa($operand, 'Tree::Predicate')) { }
161 620 43 if (UNIVERSAL::isa($_, 'Tree::Predicate')) { }
162 193 427 if (defined $$_{'OP'} and $$_{'OP'} eq $op) { }
172 3 325 if @operands == 1
189 19 39 if (@_) { }
194 1 18 if @combinations > 50