blib/lib/AI/FuzzyInference.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
108 | 0 | 0 | 0 | defined $new and exists $_implication{$new} |
125 | 0 | 0 | 0 | defined $new and exists $_aggregation{$new} |
142 | 0 | 0 | 0 | defined $new and exists $_defuzzification{$new} |
162 | 0 | 0 | 0 | defined $op and exists $_operations{$op} |
164 | 0 | 0 | 0 | defined $new and exists $_operations{$op}{$new} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
66 | 0 | 0 | 0 | ref $self || $self |