Branch Coverage

blib/lib/Kwim/Markup.pm
Criterion Covered Total %
branch 9 20 45.0


line true false branch
20 0 91 if ($self->option->{'complete'})
21 0 0 if ($self->can('render_complete'))
31 216 554 if (not ref $node) { }
277 277 elsif (ref $node eq 'HASH') { }
38 129 143 $self->at_top_level ? :
48 11 210 $name =~ s/(\d)$// ? :
58 0 0 if ($node =~ /^([\-\w]+)(?:[\ \:]|\z)((?s:.*)?)$/)
63 0 0 if ($self->can($method))
65 0 0 if defined $out
67 0 0 if $plugin eq 'Kwim::Plugin'