| blib/lib/Text/Difference.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 26 | 76.9 |
| line | true | false | branch |
|---|---|---|---|
| 166 | 0 | 17 | if $self->debug |
| 167 | 0 | 17 | if $self->debug |
| 173 | 3 | 14 | if ($self->tokens) |
| 180 | 4 | 0 | if (ref $self->get_token($category) eq 'ARRAY') |
| 190 | 4 | 12 | if $a_substitutions |
| 194 | 5 | 11 | if $b_substitutions |
| 202 | 0 | 3 | if ($self->debug) |
| 238 | 45 | 5 | unless exists $a_tokens{$token} |
| 250 | 46 | 2 | unless exists $b_tokens{$token} |
| 260 | 42 | 3 | if (exists $b_tokens{$a_token}) |
| 267 | 0 | 17 | if $self->debug |
| 268 | 0 | 17 | if $self->debug |
| 274 | 11 | 6 | if (keys %a_tokens == 0 and keys %b_tokens == 0) |