| blib/lib/Set/FA/Element.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 24 | 45 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 0 | 0 | 0 | $_ ge ' ' && $_ le '~' |
| 120 | 0 | 0 | 124 | $state && $rule && $next |
| 152 | 68 | 0 | 1 | $action{$state} and $action{$state}{'entry'} |
| 167 | 68 | 0 | 1 | $action{$state} and $action{$state}{'exit'} |
| line | l | !l | condition |
|---|---|---|---|
| 182 | 33 | 36 | $accept{$state} || 0 |
| 284 | 33 | 0 | $$arg{'accepting'} ||= [] |
| 285 | 1 | 32 | $$arg{'actions'} ||= {} |
| 287 | 0 | 33 | $$arg{'data'} ||= '' |
| 288 | 0 | 33 | $$arg{'die_on_loop'} ||= 0 |
| 289 | 30 | 3 | $$arg{'id'} ||= 0 |
| 290 | 0 | 33 | $$arg{'logger'} ||= '' |
| 292 | 33 | 0 | $$arg{'start'} ||= '' |
| 294 | 33 | 0 | $$arg{'transitions'} ||= [] |
| 295 | 1 | 32 | $$arg{'verbose'} ||= 0 |
| 311 | 1428 | 0 | $level ||= 'debug' |
| 312 | 1428 | 0 | $message ||= '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 105 | 0 | 0 | 124 | ref($item ne 'ARRAY') or $#$item < 2 |
| 488 | 0 | 0 | 33 | ref $self->accepting ne 'ARRAY' or $#{$self->accepting;} < 0 |
| 498 | 0 | 0 | 33 | ref $self->transitions ne 'ARRAY' or $#{$self->transitions;} < 0 |