| blib/lib/POE/NFA.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 28 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 328 | 0 | 0 | 70 | length $enter_event and exists $self->[2]{$new_state}{$enter_event} |
| 519 | 2 | 0 | 0 | $self->[1]{'debug'} and exists $self->[6]{$name} |
| 534 | 0 | 0 | 0 | $self->[1]{'debug'} and exists $self->[6]{$name} |
| 543 | 0 | 0 | 0 | ref $handler eq "CODE" and $self->[1]{'trace'} |
| 749 | 8 | 0 | 26 | defined $self->[4] and not $self->[1]{'immediate'} |
| line | l | !l | condition |
|---|---|---|---|
| 216 | 10 | 5 | delete $params{'inline_states'} || {} |
| 228 | 1 | 11 | delete $params{'runstate'} || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 213 | 10 | 0 | 6 | exists $params{'inline_states'} or exists $params{'object_states'} |
| 0 | 5 | 1 | exists $params{'inline_states'} or exists $params{'object_states'} or exists $params{'package_states'} | |
| 328 | 4 | 70 | 0 | not defined $enter_event or length $enter_event and exists $self->[2]{$new_state}{$enter_event} |