blib/lib/Dancer2/Plugin/MarkdownFilesToHTML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 17 | 82.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
175 | 50 | 0 | 16 | -f $cache_file and $s->options->{'cache'} |
177 | 0 | 0 | 16 | $ENV{'DANCER_ENVIRONMENT'} and $ENV{'DANCER_ENVIRONMENT'} eq 'testing' |
line | l | !l | condition |
---|---|---|---|
236 | 33 | 17 | $toc //= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
71 | 4 | 49 | 24 | $options->{$setting} // $s->$setting |
197 | 2291 | 75 | 345 | $code_el->left or $code_el->right |
203 | 17 | 16 | 17 | $s->options->{'linkable_headers'} or $s->options->{'header_class'} |