blib/lib/Text/MultiMarkdown.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 25 | 44 | 56.8 |
line | l | !l | condition |
---|---|---|---|
602 | 1963 | 1110 | $line =~ /^\s*$/ and $inMetaData = 0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
217 | 27 | 0 | 0 | defined $p{'tab_width'} and $p{'tab_width'} =~ /^\d+$/ |
578 | 0 | 0 | 6 | defined $alt_text and length $alt_text |
602 | 3073 | 0 | 0 | $line =~ /^\s*$/ and $inMetaData = 0 and $clean_text .= $line |
1153 | 16 | 11 | 0 | $count == 0 and $use_row_header == 1 |
line | l | !l | condition |
---|---|---|---|
215 | 1 | 26 | $p{'base_url'} ||= "" |
219 | 0 | 27 | $p{'document_format'} ||= "" |
221 | 0 | 27 | $p{'empty_element_suffix'} ||= " />" |
232 | 0 | 27 | $p{'bibliography_title'} ||= "Bibliography" |
234 | 1 | 26 | $p{'self_url'} ||= "" |
263 | 9 | 78 | $options ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
237 | 0 | 27 | 0 | ref $class || $class |
303 | 81 | 1 | 5 | $self->{'use_metadata'} or $self->{'strip_metadata'} |
562 | 0 | 8 | 0 | $url ||= $self->{'_crossrefs'}{$label} |
565 | 0 | 11 | 0 | $title ||= $self->{'_titles'}{$label} |
567 | 0 | 3 | 93 | $attributes ||= $self->_DoAttributes($label) |
1088 | 0 | 0 | 4 | $cell =~ /^\./ or $cell =~ /\.$/ |