Condition Coverage

blib/lib/FLAT/Legacy/FA/NFA.pm
Criterion Covered Total %
condition 6 18 33.3


and 3 conditions

line !l l&&!r l&&r condition
71 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 /^$/
376 0 0 0 $self->is_symbol($oldsymbol) and $newsymbol ne $oldsymbol
425 0 0 26950 $self->is_state($state) and $self->is_symbol($symbol)
480 533 0 4 $self->is_final($s) and not $DFA->is_final($ns)
511 12630 3 333 $self->is_final($s) and not $DFA->is_final($ns)