| blib/lib/Ado/Plugin/MarkdownRenderer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 7 | 12 | 58.3 | 
| line | true | false | branch | 
|---|---|---|---|
| 19 | 24 | 0 | if ($config->{'md_renderer'} eq 'Text::MultiMarkdown') | 
| 42 | 0 | 0 | if $c->reply->not_found | 
| 0 | 50 | unless ($file_path) | |
| 50 | 24 | 26 | if ($config->{'md_reuse_produced_html'} and -s $html_filepath and (stat $fullname)[9] < (stat $html_filepath)[9]) | 
| 60 | 1 | 0 | if $c->reply->not_found | 
| 1 | 25 | unless (-s $md_filepath) |