Condition Coverage

blib/lib/Algorithm/ConstructDFA.pm
Criterion Covered Total %
condition 17 23 73.9


and 3 conditions

line !l l&&!r l&&r condition
192 30 0 0 ref $o{'is_accepting'} and exists $o{'final'}

or 2 conditions

line l !l condition
154 235 142 $$r{$o->s2n($src)}{'Combines'} //= \@src_combines
155 22 0 $$r{$o->s2n($src)}{'Combines'} // []
170 120 213 $$r{$o->s2n($dst)}{'Combines'} //= \@dst_combines
171 120 0 $$r{$o->s2n($dst)}{'Combines'} // []

or 3 conditions

line l !l&&r !l&&!r condition
159 235 78 64 $$r{$o->s2n($src)}{'Accepts'} //= 0 + &$accepting(split(/ /u, $src, 0))
168 213 120 834 not defined $$r{$o->s2n($dst)}{'Combines'} or $dst eq ''
176 954 116 97 $$r{$o->s2n($dst)}{'Accepts'} //= 0 + &$accepting(split(/ /u, $dst, 0))
188 0 30 0 ref $o{'is_accepting'} or exists $o{'final'}