| blib/lib/TOML/Tiny/Tokenizer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 24 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 35 | 244 | 6114 | unless defined $self->{'source'} and $self->{'position'} < $self->{'last_position'} |
| 37 | 422 | 5692 | unless ($self->{'last_token'}) |
| 66 | 5888 | 0 | $self->{'last_token'} ? : |
| 71 | 100 | 5788 | if /\G$TOML::Tiny::Tokenizer::Comment$/cgmu |
| 80 | 1557 | 2809 | if ($newline) |
| 128 | 5580 | 199 | if ($type) |
| 138 | 2043 | 3537 | $tokenize ? : |
| 169 | 0 | 5 | $token ? : |
| 207 | 35 | 426 | if ($ml) { } |
| 217 | 428 | 33 | unless ($lit) |
| 236 | 100 | 19 | if (exists $$esc{$_[0]}) |
| 242 | 14 | 5 | if ($hex < 1114111 and charnames::viacode($hex)) |