Condition Coverage

blib/lib/FLAT/Legacy/FA/DFA.pm
Criterion Covered Total %
condition 2 18 11.1


and 3 conditions

line !l l&&!r l&&r condition
72 0 0 0 /^\s*([\w\d]*)\s*([\w\d,]*)\s*$/ and not /^$/
0 0 0 /^\s*([\w\d]*)\s*::\s*([\w\d,]*)\s*$/ and not /^$/
373 0 0 0 $self->is_symbol($oldsymbol) and $newsymbol ne $oldsymbol
412 0 2701 2541 $self->is_state($state) and $self->is_symbol($symbol)
520 0 0 0 not @symbols and $self->is_final($curr)
0 0 0 not @symbols and $self->is_final($curr) and not $bad