Condition Coverage

blib/lib/Dancer2/Plugin/MarkdownFilesToHTML.pm
Criterion Covered Total %
condition 14 17 82.3


and 3 conditions

line !l l&&!r l&&r condition
175 50 0 17 -f $cache_file and $s->options->{'cache'}
177 0 0 17 $ENV{'DANCER_ENVIRONMENT'} and $ENV{'DANCER_ENVIRONMENT'} eq 'testing'

or 2 conditions

line l !l condition
236 33 17 $toc //= ''

or 3 conditions

line l !l&&r !l&&!r condition
71 22 40 26 $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'}