Branch Coverage

blib/lib/Ado/Plugin/MarkdownRenderer.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
20 24 0 if ($config->{'md_renderer'} eq 'Text::MultiMarkdown')
43 0 0 if $c->reply->not_found
0 50 unless ($file_path)
51 24 26 if ($config->{'md_reuse_produced_html'} and -s $html_filepath and (stat $fullname)[9] < (stat $html_filepath)[9])
61 1 0 if $c->reply->not_found
1 25 unless (-s $md_filepath)