Branch Coverage

blib/lib/DFA/Kleene.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
35 0 0 if @_ != 2
41 0 0 if $number <= 0
43 0 0 if length $alpha == 0
76 0 0 if @_ < 1
85 0 0 if $state < 1 or $state > $DFA::Kleene::number_of_states
93 0 0 if @_ != 3
98 0 0 if $state1 < 1 or $state1 > $DFA::Kleene::number_of_states
100 0 0 if $state2 < 1 or $state2 > $DFA::Kleene::number_of_states
102 0 0 if length $character > 1
104 0 0 if $character and not $DFA::Kleene::alphabet{$character}
106 0 0 if defined $DFA::Kleene::delta[$state1]{$character}
114 0 0 if @_ != 0
126 0 0 if ($DFA::Kleene::delta[$i]{$_} == $j)
131 0 0 if ($i == $j)
151 0 0 if ($word2) { }