blib/lib/Text/MediawikiFormat/Block.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 20 | 85.0 |
line | true | false | branch |
---|---|---|---|
23 | 321 | 309 | if (reftype $value || '') eq 'ARRAY' |
31 | 32 | 0 | wantarray ? : |
37 | 83 | 0 | wantarray ? : |
43 | 262 | 0 | wantarray ? : |
55 | 18 | 216 | blessed $_ ? : |
86 | 162 | 112 | unless $self->type eq $next_block->type |
87 | 29 | 83 | unless $self->level == $next_block->level |
110 | 83 | 191 | unless $next_block = $self->merge($next_block) |
111 | 151 | 40 | unless $self->nests($next_block) |
115 | 23 | 17 | if blessed $last_item |