| blib/lib/Text/MustacheTemplate/Generator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 0 | 13 | if $token->[0] != 3 |
| 19 | 59 | 65 | if ($type == 0) { } |
| 9 | 56 | elsif ($type == 1) { } | |
| 54 | 2 | elsif ($type == 2) { } | |
| 2 | 0 | elsif ($type == 3) { } | |
| 26 | 14 | 40 | if (@$token == 3) { } |
| 40 | 0 | elsif (@$token == 4) { } | |
| 32 | 2 | 38 | if $tag_type eq "{" |