Branch Coverage

blib/lib/Text/WikiFormat/Blocks.pm
Criterion Covered Total %
branch 21 24 87.5


line true false branch
16 41 227 unless ($ctor = $class->can('new'))
43 274 262 if (reftype $value || '') eq 'ARRAY'
51 36 0 wantarray ? :
57 64 0 wantarray ? :
63 196 0 wantarray ? :
75 11 184 blessed $_ ? :
105 270 90 unless $self->type eq $next_block->type
106 26 64 unless $self->level == $next_block->level
123 5 146 unless $next_block = $self->merge($next_block)
124 133 13 unless $self->nests and $next_block->nests
125 1 12 unless $self->level < $next_block->level
129 2 10 if blessed $last_item