Branch Coverage

blib/lib/AI/FuzzyInference.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
108 0 0 if (defined $new and exists $_implication{$new})
125 0 0 if (defined $new and exists $_aggregation{$new})
142 0 0 if (defined $new and exists $_defuzzification{$new})
162 0 0 unless defined $op and exists $_operations{$op}
164 0 0 if (defined $new and exists $_operations{$op}{$new})
278 0 0 unless exists $$self{'RESULTS'}{$var}
346 0 0 if ($$self{'SET'}->exists("${var}:aggregated"))
370 0 0 unless @list
413 0 0 if ($val > 0)
469 0 0 if ($op) { }