blib/lib/Text/MultiMarkdown/XS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 24 | 58.3 |
line | true | false | branch |
---|---|---|---|
56 | 0 | 7 | if (@_ == 1 and ref $_[0] eq 'HASH') { } |
70 | 7 | 7 | unless (ref $self) |
71 | 7 | 0 | if ($self ne 'Text::MultiMarkdown::XS') { } |
88 | 3 | 4 | if (my $value = uc($$options{'output'} || '')) |
89 | 3 | 0 | if ($value =~ /$format_re/) |
95 | 2 | 26 | if (exists $$options{$option}) |
98 | 2 | 0 | if ($type eq 'bool') { } |
0 | 0 | elsif ($type eq 'invbool') { } | |
99 | 1 | 1 | if ($value =~ /$false_re/) { } |
107 | 0 | 0 | if ($value =~ /$false_re/) { } |
130 | 0 | 38 | if $constname eq 'constant' |
132 | 0 | 38 | if ($error) |