| blib/lib/Algorithm/ConstructDFA/XS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 25 | 56.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 0 | 90 | 0 | ref $o{'is_accepting'} and exists $o{'final'} |
| 37 | 30 | 60 | 0 | ref $o{'successors'} and exists $o{'edges_from'} |
| 38 | 30 | 60 | 0 | ref $o{'get_label'} and ref $o{'edges_from'} |
| line | l | !l | condition |
|---|---|---|---|
| 103 | 0 | 90 | $o{'many_start'} //= [$o{'start'}] |
| 145 | 113 | 1343 | $is_start{$c} // [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 90 | 0 | 0 | ref $o{'is_accepting'} or exists $o{'final'} |
| 33 | 60 | 30 | 0 | ref $o{'successors'} or ref $o{'edges_from'} |
| 34 | 60 | 30 | 0 | ref $o{'get_label'} or ref $o{'edges_from'} |
| 35 | 90 | 0 | 0 | exists $o{'start'} or exists $o{'many_start'} |