| blib/lib/State/Machine.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 8 | 37.5 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 0 | 2 | unless $next->isa_string |
| 36 | 2 | 0 | if (my $trans = $state->transitions->get($next)) { } |
| 64 | 0 | 2 | if ($state and not $next) |
| 66 | 0 | 0 | if ($state->transitions->keys->count == 1) |