| blib/lib/Text/APL/Translator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 18 | 13 | if ($token->{'type'} eq 'expr') { } |
| 9 | 4 | elsif ($token->{'type'} eq 'exec') { } | |
| 17 | 5 | 13 | if (exists $token->{'as_is'} and $token->{'as_is'}) { } |
| 26 | 2 | 7 | unless $token->{'line'} |