| blib/lib/Text/MediawikiFormat/Block.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 20 | 85.0 |
| line | true | false | branch |
|---|---|---|---|
| 21 | 321 | 309 | if (reftype $value || '') eq 'ARRAY' |
| 28 | 32 | 0 | wantarray ? : |
| 33 | 83 | 0 | wantarray ? : |
| 38 | 262 | 0 | wantarray ? : |
| 48 | 18 | 216 | blessed $_ ? : |
| 71 | 162 | 112 | unless $self->type eq $next_block->type |
| 72 | 29 | 83 | unless $self->level == $next_block->level |
| 96 | 83 | 191 | unless $next_block = $self->merge($next_block) |
| 97 | 151 | 40 | unless $self->nests($next_block) |
| 101 | 23 | 17 | if blessed $last_item |