| blib/lib/Text/Spintax.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 16 | 68.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 67 | 1 | 0 | if scalar @_ == 2 | 
| 68 | 3 | 16 | if scalar @_ == 2 | 
| 101 | 1 | 0 | unless (defined $lexer) | 
| 117 | 0 | 1 | if ($@) | 
| 139 | 1 | 2 | if ($child->type eq 'pipe') { } | 
| 148 | 2 | 0 | if (scalar @$group == 1) { } | 
| 175 | 0 | 8 | if (not defined $token) { } | 
| 181 | 1 | 7 | if $lexer->eoi |