blib/lib/DFA/Kleene.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
104 | 0 | 0 | 0 | $character and not $DFA::Kleene::alphabet{$character} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
85 | 0 | 0 | 0 | $state < 1 or $state > $DFA::Kleene::number_of_states |
98 | 0 | 0 | 0 | $state1 < 1 or $state1 > $DFA::Kleene::number_of_states |
100 | 0 | 0 | 0 | $state2 < 1 or $state2 > $DFA::Kleene::number_of_states |